Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to use database(acess) in vb6

Status
Not open for further replies.

CyBrGhost

Technical User
Oct 3, 2001
3
0
0
PH
help me how to use database(acess) n VB6
urgent
we have thesis 2 finish

cyberghost
 
The method depends on what you want to do.

Method 1: Create a reference to DAO; add a data control and set its properties. Add controls and bind them to the datacontrol.

Method 2: Create a reference to DAO; declare a workspace object, database object, Recordset object AND set the DataBase Object to your database, and the recordset object to the Table, Queryor a valid Sql statement and then do with the data what you like.

Method 3: Create References to the various ADO references and components that you want to use and go from there.

Being a bit more specific about your problems might net you better help. If you are writing a thesis that requires an Access Front-End, and time is pressing you might consider simply porting your data to a spread-sheet. Writing front-Ends can become very time consuming, especially if all you need is printed data.

Hunter
 

Thankks....Hunter.....
8s a great help, now i know wer to start...

Ghost
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top