Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection string for sql 08

Status
Not open for further replies.

crackon

Programmer
Jun 17, 2009
26
0
0
Hi

Just moving to sql 08 and I'm in SSMS - if this is my 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 ConnString
 
What if I need to connect to a hosted server, we have a site, we upload, where is my dbo to upload>?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top