T
Tom Hartnett
I just noticed that the SqlConnection class will not accept "file
name=c:\SomeUDL.udl" as its connectionstring property. However, the
OleDbConnection class will use it. Can anyone tell me why?
If the SqlConnection class is optimized to work with SQL Server, I'd rather
use it, but I don't want to hard-code my connection string into the app.
Thanks in advance,
Tom
name=c:\SomeUDL.udl" as its connectionstring property. However, the
OleDbConnection class will use it. Can anyone tell me why?
If the SqlConnection class is optimized to work with SQL Server, I'd rather
use it, but I don't want to hard-code my connection string into the app.
Thanks in advance,
Tom