SQL Access/ASP.NET data access issue
Hi,
In my machine seems only work systems DSNs, but ASP.NET does not allow me use those. I get this error at runtime : "key word 'dsn' is not accepted"
I use the follwoing connection string:
sqlConnectionString="DSN=ThisDoesNotWork;"
in conjunction with a system DNS. SQL authentications ssems not to work (I set up SQL for both Windows and DQL autentication).
Any help appreciated
|