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

Working with DBase III files

Status
Not open for further replies.

RocksPta

Programmer
Aug 24, 1999
1
ZA
Hi <br>
<br>
How do one connect to a dBase III file in VB6.<br>
Can anyone help please<br>
<br>

 
I have code snips for you ...but not with me. Do you know how to connect to Access? It is very much the same with a few mods.<br>
<br>
Will try to post my snips...<br>
<br>
<br>
pos
 
There are a few ways, the simplest is:<br>
<br>
Add the Data Control to your form.<br>
Under properties Connect select Dbase III<br>
Select the database name under Database Name .<br>
<br>
Then add your controls such as a text box and set the data<br>
source to the Data Controls name and Data field for each<br>
control attached to the data source.<br>
<br>
HTH<br>
<br>
MapMan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top