J
John
Hi
I am using the following to connect to an access db on my local machine;
myConnection = New OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
Source=" & Server.MapPath("/") + "/data/Cal.mdb"). What changes do I need to
make to it to connect to a SQL Server instead?
Thanks
Regards
I am using the following to connect to an access db on my local machine;
myConnection = New OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
Source=" & Server.MapPath("/") + "/data/Cal.mdb"). What changes do I need to
make to it to connect to a SQL Server instead?
Thanks
Regards