|
Subject:
|
How to use foxpro dbf with vb
|
|
Posted By:
|
cbpanchal
|
Post Date:
|
7/3/2003 9:52:44 PM
|
Dear All User, I want to use the foxpro database file (ie. .dbf) with VB6. But I don't know how to connect it with vb.
SO any one know then pl. help me so I can write program to add. edit delete the records from /dbf file.
Thanx to all
Regards, chandrakant
|
|
Reply By:
|
vchell
|
Reply Date:
|
11/13/2004 10:33:47 AM
|
chandrakant try putting an ADO control on your form, and assign 'dBASE IV;' Under Connect Property, and choose the directory in 'Databasename' property, and assign the table name under 'RecordSource' property..
Then you can use any text field in the form and just assign the 'DataSource' to the name of the ADO control and choose the field in 'DataField'...
you are all set... God bless/keep you. Vijay
|
|
Reply By:
|
vchell
|
Reply Date:
|
11/13/2004 10:48:47 AM
|
It is DAO, not ADO control...
sorry about that..
|