View Single Post
Old 2009-06-24   #5 (permalink)
lazyboy
Ingres Community
 
Join Date: Aug 2008
Posts: 33
Default

Thanks Jack and Bodo.

@Dave,
Here is the code for my connection:
Quote:
string strConnection = "Host=<Server/VNode>;database=<Database>;User ID=<UserID>;Password=<Password>;";
So you are saying I will just revise it to
Quote:
"Server=myserver;database=mynode::database;Use r ID=UID;Password=PWD;";
But just thinking about it, will the use of DSN could help by just using
Quote:
"DSN=dsnname;UID=Username;PWD=Password;";
Thanks a lot guys, at least I know that it is possible to connect..whew!!
__________________
Chris
lazyboy is offline   Reply With Quote