
Unable to access dBase IV table in VB6
I am trying to create a project in
Visual Basic 6.0 which needs to access a
database which was created in Lotus Approach 96 in dBase IV format. I know
that the table is ok because I can access it correctly in
delphi and the
data looks complete.
When I try to connect a text box to a field on a table accessed by a data
control I get:-
Microsoft Visual Basic
The Microsoft Jet database engine could not find the object 'User_control'.
Make sure the
Object exists and that you spell its name and the path correctly.
I may be doing something wrong but I can access Microsoft Access databases
ok using the same controls.
Any help would be appreciated.