MogrDannson
Programmer
Can anyone tell me what the ADODB connection string in VB6 for a dBase III file might be?
I am completely unfamiliar with dBase and I want to use the connection to create a recordset which I can read from. Something like:
rstdBase.Open "SELECT * FROM ____", cnndBase, adOpenForwardOnly
Are there separate tables in dBase files the way there are in Access files? If there are how can I get a list of them programatically?
I am completely unfamiliar with dBase and I want to use the connection to create a recordset which I can read from. Something like:
rstdBase.Open "SELECT * FROM ____", cnndBase, adOpenForwardOnly
Are there separate tables in dBase files the way there are in Access files? If there are how can I get a list of them programatically?