sonicsnail
Technical User
Hi all,
I've inherited an ASP app that uses a DSN, and I only have FTP access to my server, so need to convert the connections to DSN-less strings.
My ASP is really bad, and I need help changing this:
<%
Set MyConn = Server.CreateObject("ADODB.Connection"
MyConn.Open "FILEDSN=c:\dsn\MyTable_dsn.dsn"
%>
This appears on various pages in various places, so I'm hoping I can brutally find/replace this with a connection string??
Pete
I've inherited an ASP app that uses a DSN, and I only have FTP access to my server, so need to convert the connections to DSN-less strings.
My ASP is really bad, and I need help changing this:
<%
Set MyConn = Server.CreateObject("ADODB.Connection"
MyConn.Open "FILEDSN=c:\dsn\MyTable_dsn.dsn"
%>
This appears on various pages in various places, so I'm hoping I can brutally find/replace this with a connection string??
Pete