ps I'm running sql server 08 .. can seem to find tasks -> detach, also, the database I dont have software I can run, I can only ftp onto there server and they are running mysql
Thats whats confusion me, that database I worked with in access is gone -- I now have loads of tables, how are they one and the same on the connection string?
...from my site what do I replace it with to connect to converted SQL dbs?
on error resume next
set connTemp=server.createobject("adodb.connection")
'connString = "DSN=cq"
connstring = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &server.MapPath("db/cq.mdb")&";"
connTemp.Open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.