Hi!
I have a little problem connecting to a File DSN.
When I try connect to a System DSN there is no problem.
This is the syntax I use to connect to the System DSN:
Dim cn
Set cn = Server.CreateObject("ADODB.Connection")
cn.open "DSN=Data"
What is the exact syntax for setting up a connection
based on a File DSN??
The File DSN file, where should I place it?? In the same
folder as the ASP page??
/Smirre![]()
![]()
![]()




Reply With Quote