connection string [message #403919] |
Tue, 19 May 2009 09:30 |
bluntz
Messages: 4 Registered: May 2009
|
Junior Member |
|
|
I'm setting up a program which will need to connect to the Oracle 10g XE database I set up on my Windows 2003 server.
One of the configuration components of the program asks me to build the connection string for the database. So far I'm pretty sure I'm getting the connection string wrong cause when I run the program I get this error:
Run-time Error '3704': Operation is not allowed when the object is closed
In the part of the configuration where I build the connection string, the default is:
Provider=MSDAORA.1;User ID=UUUUU;Data Source=XXXXXX;Persist Security Info=False;password=PPPPP
I changed the user ID and password to what I know it is but the Data Source, Provider, and Persist Security Info options have got me puzzled. What should I be using for the program to run? I am a complete newb to Oracle so I can use all the help you'll give me.
Thanks alot everyone.
|
|
|
|
|