Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread .Net Adapter Connection String
Mon, Jun 16 2008 8:15 PMPermanent Link

Alan Questell
I'm switching from the ODBC driving (VS 2008 and EDB 2.0, DAC 2.0) to
the Net Adapter and I can't find anything documenting the correct way to
build a connection string for the Net adapter.

For example, I want the equivalent to this:

string connStr = "DRIVER={ElevateDB 1 ODBC Driver};TYPE=LOCAL;" +

"CONFIGPATH=G:\\Data;Database=BBRolls;UID=DBUser;PWD=dbadmin";

I supposedly have the adapter installed, but I can't get a connection
string that will work.

Thanks for any guidance.
Image