| |
jmoulton
Posts: 4
Score: 0
Joined: 12/12/2007
Status: offline
|
I need to write a script to connect to an Interbase database but I am unsure as to what is required in the connectionstring to make the connection. I tried using "Data Source = C:\Office\DB\office.gdb" in my string along with the user id and passowrd but it does not find it. I am thinking I need to tell it the provider and maybe driver? However I don't know how to find out what these are and or how to format them in the connectionstring. Any ideas? PS here is the line of code i am talking about conn.ConnectionString = "Data Source = C:\Office\DB\office.gdb;UID=;PWD=;" conn.open
|
|