VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ADO Public Connection and ADO Data Control

by Raymond T. Chiu (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

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

Download ADO Public Connection and ADO Data Control

Download ADO Public Connection and ADO Data Control (19 KB)

ADO Public Connection and ADO Data Control Comments

No comments have been posted about ADO Public Connection and ADO Data Control. Why not be the first to post a comment about ADO Public Connection and ADO Data Control.

Post your comment

Subject:
Message:
0/1000 characters