|
-
Create a VB Class to Process an Access Table using ADO - February 2003 - Tip of the Month
Recently I published a tip that creates VB 6 code to process an Access
database using DAO. This month I updated the code to use ADO. Unlike the DAO
tip that created a text file whose code was pasted into a class module the
ADO version creates the actual class module - no more cutting a pasting
required. Methods include: LoadAll, LoadUsingGUID, Insert, Update, Delete,
ObjectToObjectCopy, ObjectToObjectDiffer, ObjectToParameters and RSToObject.
The generated code creates properties and SQL statements to process the
table. It also creates the stored procedures.
Link to:
http://www.buygold.net/tips
to view the tip.
Cheers,
Larry Rebich
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks