Search Tools Links Login

ADO Public Connection and ADO Data Control


Visual Basic 6, or VB Classic

Shows how ADO technology connects globaly. Also shows how to integrate ADO Data Control and the Data Grid. This project uses the phonebook concept to show these concepts.

Original Author: Raymond T. Chiu

Inputs

Optional ByVal WhereStr As String, this is just a String to add to a query for searching.

Assumptions

Check all references and components. Check if your Visual Basic has updated DCOM and MDAC. And Extract these files into a single folder.

API Declarations

Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

About this post

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

Categories

Visual Basic 6

Attachments

ADO Public225377102001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 20,142 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.