ADO.Net / Sql DSN connections

  • Thread starter Thread starter Test
  • Start date Start date
T

Test

Can someone please post an example of a connection string for a SQL DSN
connection for VB asp.net -

I currently have :
"DSN=<dsnname>;uid=<username>;pwd=<password>;network=<networkname>"

Yet when I execute this I get the following error - Keyword not supported:
'dsn'.

regards.
 
Back
Top