Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client Server Apps using Access as the Backend
Message
 
To
11/09/2000 22:05:26
Christopher Pinnock
United General Insurance Company
Kingston, Jamaica
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00415231
Message ID:
00415334
Views:
24
>Can I write a true client server app using ADO 2.5 and Access. By this i mean 1. the Access database is on a remote server 2. Clients are able query the database using ado. 3. Just the requested records are returned and not the entire database.
>
>This app is not big enough to invest in SQL Server, hence the use of Access. Can anyone help ???

1. Yes no problem
2. Yes no problem
3. You have to use a ActiveX component (DLL or EXE) on the remote server that has the database. This component must contain all interactions to the database and can return recordset containing your data only. The entire database will be passed from the mdb file to the ActiveX component but since it is on a single server, your network won't take the load.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform