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 - Run-time error '3021' : Either BOF or EOF is True, or the current record has been deleted.

Visual Basic Online Course - Temperature convector

VB 0.6 TreeView Control Lesson Part2