Hi!
I made a wbsite and I am migrating from access mdb to sql db.
I imported all the DB in the sql under P1A database. What I dont know how to do is hwo do I make the connection.
I used this one to conect to one of the 3 Access DB I had. (all three are merged under P1A in my SQL Personal Edition)
MM_datos_STRING = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.Mappath("../db/datos.mdb")
What is the new conenction string?
Tnx!
I made a wbsite and I am migrating from access mdb to sql db.
I imported all the DB in the sql under P1A database. What I dont know how to do is hwo do I make the connection.
I used this one to conect to one of the 3 Access DB I had. (all three are merged under P1A in my SQL Personal Edition)
MM_datos_STRING = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.Mappath("../db/datos.mdb")
What is the new conenction string?
Tnx!