VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Access an ADO Database thru a Winsock App

Chris Hatton  (7 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This Project Allows the end user to access a MSAccess Database through a Client Winsock application, without having any Data Access Components installed on the local machine. This also allows fast read/write access through modem, or a dead slow computer. The client app sends the server a few strings and then generates an SQL statement, and then does all the hard work and sends back the results to the client.

Assumes
Make sure you have the database connected on the server app, or you wont be able to read/write.

API Declarations
None.

Rate Access an ADO Database thru a Winsock App (27(27 Vote))

Download Access an ADO Database thru a Winsock App

Access an ADO Database thru a Winsock App Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters