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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connecting to remote MS SQL database

Status
Not open for further replies.

sfrasier

Programmer
Feb 13, 2004
3
US
Hello,

i must access a remote MS SQL DB for a major project. All I have is this:

set conn1 = Server.CreateObject("ADODB Connection:)
conn1.Open "DSN=dsn_name;UID=uid;PWD=pwd;"

and the IP address.

How do i access this with CF without CF Administrator - just with straight code?

How do I make a test copy of it to use until product is ready for delivery?

THANKS!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top