Forum Moderators: open
<% dim dblocation
' Enter the location of the database below
dblocation = "..\private\fpdb\test.mdb"
%>
<%
Dim MM_test_STRING
MM_test_STRING = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\" & dblocation & "")
%>
to one that will connect to a mssql db?
[carlprothman.net...]