S
Shannen
Hi , I have an access data base housed on our company server with a frontend
web page written in ASP / SQL statements ..
The pages work fine if one person / PC is accessing it , but not if
multiile people are .. I assume this is a problem with maybe my Openconn
statement ?
<%
Set objConnection = Server.CreateObject("ADODB.Connection")
objConnection.Open "driver={Microsoft Access Driver
(*.mdb)};dbq=\\192.168.189.6\shannen$\Clienttracking.mdb;Uid=;Pwd=;"
%>
web page written in ASP / SQL statements ..
The pages work fine if one person / PC is accessing it , but not if
multiile people are .. I assume this is a problem with maybe my Openconn
statement ?
<%
Set objConnection = Server.CreateObject("ADODB.Connection")
objConnection.Open "driver={Microsoft Access Driver
(*.mdb)};dbq=\\192.168.189.6\shannen$\Clienttracking.mdb;Uid=;Pwd=;"
%>