Search Tools Links Login

Access Ado Database Remotely via Winsock Control


Visual Basic 6, or VB Classic

Heres a good example of using a winsock control to access a ADO database over a network/dialup connection. You will be able to access the database fully, with Add/Delete, Read/Write access. Also i have inbedded authentication against the database via the winsock control.
This program is simply for basic job tracking, from inhouse, and for remote access areas.
Bascially how this works, It sends the server a few commands/strings, and the server generates the sql statement and sends back the results, to the client winsock application, it then recieves the information and displays it out into a listview control with columns.
--------------------------------If you like the code please vote!

Original Author: Chris Hatton

Inputs

If anyone can share with me any Winsock API code with multi connections, i'll be happy to rewrite another program like this using only API.
email me @ chris@hatton.com

Assumptions

Multi connections to the winsock server, doesn't work that well. if you get it running successfully please email me and tell me what you did.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 137 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD122831232000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 94,273 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.