Visual Basic Online Course - MS Access 2003 Database Structure

Visual Basic Online Course
MS Access 2003 Database Structure

These are 2 methods on how to work with MS-Access 2003 Database components directly like (Tables & Queries) without opening your Data-Base file using ADO 2.8 .
1) Using OpenSchema
- Create new MS-Access 2003 DB (MyDb.mdb)
- Create VB6 Project
- Database (Fname Text 50,Lname Text 50, Nphone Text 50, Xemail Text 50)
- Place both in the same directory of course.
- Open your VB6 Project, from menu choose
(Project, References, Microsoft Ado 2.8 and Microsoft ADOx)
click to enlarge

- Visual Basic Code Snippets :


Source Code - MediaFire.com Link

Comments

VB6 Popular Posts

Visual Basic Online Course - Excel 2003 Part 1

VB 6.0 Crystal Report With MS-Access 2003 - PassWord Problem

Visual Basic Online Course - Analog Clock in VB6