Sybase OleDbConnection, How To?

  • Thread starter Thread starter Supramanian Murugesan
  • Start date Start date
S

Supramanian Murugesan

Hi,

I have Sybase ASA 7.0, and would like to connect using OleDbConnection.

If I create a dsn called "TOPS" and use the following connection-string no
problem
"Data Source=TOPS;Provider=ASAProv.70"

But I don't want the end users to create dsn kind of stuff. So I thought of
going for dsn-less connection.
Anybody knows how to create dsn-less connections? Is there anyway to achieve
this?

Thanks in advance,
SP.Murugesan.
 
Back
Top