Forum: ASP Oct 10th, 2008 |
| Replies: 4 Views: 1,084 Thank to all who reply my problem, but unfortunately the connection which you suggested is not working using this (For MSAccess with Password, using DSNLess Connection):
Set conn =... |
Forum: ASP Oct 8th, 2008 |
| Replies: 4 Views: 1,084 I am new to ASP, and I used to write the connection for my Access Database using DNSLESS Connection like this:
<HTML>
<BODY>
<%
'Actionvar=Request.QueryString("actionvar")
'** Set Up a... |