masterx81
07-12-04, 06:11
| Hi, i need to say how connect with vb.net (via odbc driver) to an adabas server, using a dsn-less connection... Thanks in advance! |
View Full Version : Connecting to adabas with vb.net
| Hi, i need to say how connect with vb.net (via odbc driver) to an adabas server, using a dsn-less connection... Thanks in advance! |
| Yeah! I think that is impossible to use a dsn-less connection. I create programmatically the dsn and use for connection string : "dsn=[dsn name];uid=[user];pwd=[password]" I'm using vb.net, and with is odbc driver works good! |