-
Posted to
Classic ASP
by
curly101
on
06-22-2009, 11:43 AM
Wish I could help you, but I am not sure what you are referring to. When you say "dataAccessPages", do you mean a web page with a Microsoft Access database on it? If so, you might want to check your buttons...are you setting it to Post, Get, and is your enctype correct? You should play with them and see what happens/works.
-
Posted to
Classic ASP
by
curly101
on
06-22-2009, 11:15 AM
Here is our connection...
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
Dim MM_connUrge_STRING
MM_connUrge_STRING = "dsn=connUrge;"
%>
Anyone who goes ...
-
Posted to
Classic ASP
by
curly101
on
06-19-2009, 6:16 PM
Thanks. I've seen you post that page before, and I've been to it. But it doesn't show me anything we haven't tried already. None of those options worked.
Thanks.
-
Posted to
Classic ASP
by
curly101
on
06-19-2009, 1:26 PM
Hi,
We're running Server 2003, and we have a number of websites on our server that are running Access Databases.
For some reason, last week, none of the websites/web pages that have an
ASP Access connection, are working. We've searched google for answers
and all we get are "permission" settings...but for every ...