VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ADO Public Connection and ADO Data Control

Raymond T. Chiu  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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.

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

Assumes
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

Rate ADO Public Connection and ADO Data Control (10(10 Vote))

Download ADO Public Connection and ADO Data Control

ADO Public Connection and ADO Data Control Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters