MS Access database connections
Hi, I have problem with connecting database to website, the connection below is fully working with IIS, but I want to Connect database to website, can any one edith this code which can work on remote server, thanks for you time
Dim MM_ncon_STRING
MM_ncon_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\Inetpub\wwwroot\computers\Products .mdb"
%>
|