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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Msaccess 2000 from VB6

Status
Not open for further replies.

elquixiote

Technical User
Nov 30, 2002
99
MX
Hi!. Does anybody out there knows how to read/write Access 2000 from VB6. I'm looking for a datacontrol or similar that can be used for this pourpose. I already know the 3.6 reference solution but I still can't use bounded controls like msflexgrid, Janus Gridex etc.

Is there a solution ?

elquixiote ...
 
You can use Adodc1,ADODB for connecting to MSaccess database.
and then use DAtagrid, others to view / edit.
 
Thank yow fellows!. I'll do some trials.

elquixiote...
 
you can also use the Data Environment to connect to the database,then create command object within the data environment to manipulate data from your application

hope its helpful!!!

scsii
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top