M
Microsoft
Good day.
We are using a legacy Access 97 db and are accessing this remotely via a
network share mapped drive.
I will refer to the access server as the machine hosting the access db and
remote as the remotely connecting machine.
I can open up the database on the remote machine via MS Access 2003 and it
squacks about compatibility as expected, but does allow me to change data
and run the same select query I try to run through a VB6 app. It returns
records (.recordcount > 0)
If I now try to run this same query via a VB6 app connecting through the
mapped drive, no errors are thrown by the ADODB.Connection.Execute method
but no records are returned.
What could be causing this?
Thanks in advance.
ws
We are using a legacy Access 97 db and are accessing this remotely via a
network share mapped drive.
I will refer to the access server as the machine hosting the access db and
remote as the remotely connecting machine.
I can open up the database on the remote machine via MS Access 2003 and it
squacks about compatibility as expected, but does allow me to change data
and run the same select query I try to run through a VB6 app. It returns
records (.recordcount > 0)
If I now try to run this same query via a VB6 app connecting through the
mapped drive, no errors are thrown by the ADODB.Connection.Execute method
but no records are returned.
What could be causing this?
Thanks in advance.
ws