Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 dsn

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-13 : 11:48:16
itamar writes "i cant connect to my sql database from an asp file
this is what i wrote
set MyConn=server.CreateObject("ADODB.connection")
MyConn.Open (Application"MYLOCAL"),"",""
set MyRS=server.CreateObject("ADODB.Recodset")

how can i connect ?
how to set my dsn?"
   

- Advertisement -