Oracle database connection string PLSQL compatibility

Posted by user521180 on Stack Overflow See other posts from Stack Overflow or by user521180
Published on 2011-01-07T11:45:44Z Indexed on 2011/01/07 11:53 UTC
Read the original article Hit count: 269

Filed under:
|
|
|
|

Hi

I'm using an application called Logi info. it requires a connection string to my oracle database. the connection works fine but in order to configure the connection to recive ref cursors from the database, I apparently need to add PLSQLRSet=1 to the end of the string. when I do that I recieve an error "invalid connection string"

Here is my connection string without plsqlrset=1

Data Source=SID; User Id=username; Password=password;

My concern is that PLSQLRSet=1 might be .NET paramater only. Can anyone shed some light on the issue.

Thanks

© Stack Overflow or respective owner

Related posts about sql

Related posts about database