ADO -> .MDB on server is client-server ?

A

Albert

Hello all experts,

I write program to access data in .MDB database on server computer by using
ADO and set cursor to server-side.

1) Is this mean my SQL command to select record is executed on server ?
2) Can I say this is client-server model ?

TIA,
Albert
 
R

Randy Harris

Albert said:
Hello all experts,

I write program to access data in .MDB database on server computer by using
ADO and set cursor to server-side.

1) Is this mean my SQL command to select record is executed on server ?
2) Can I say this is client-server model ?

TIA,
Albert

1) No
2) No
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top