How come this is not working?
Set Conn = Server.CreateObject( "ADODB.Connection" )
Conn.ConnectionString = "DSN=Cust.dsn"
Conn.Open
If I am using a System DSN this should be all I have to do right? This is connecting to an Access DB on the web server. And yes I checked to 3x to make sure it is pointed to the right data source.
I am use to using a System DSN to connect to a SQL Server and its really easy but this seems to be giving me a problem. AJ
I would lose my head if it wasn't attached.![[roll1] [roll1] [roll1]](/data/assets/smilies/roll1.gif)
Set Conn = Server.CreateObject( "ADODB.Connection" )
Conn.ConnectionString = "DSN=Cust.dsn"
Conn.Open
If I am using a System DSN this should be all I have to do right? This is connecting to an Access DB on the web server. And yes I checked to 3x to make sure it is pointed to the right data source.
I am use to using a System DSN to connect to a SQL Server and its really easy but this seems to be giving me a problem. AJ
I would lose my head if it wasn't attached.
![[roll1] [roll1] [roll1]](/data/assets/smilies/roll1.gif)