
How can I read record from dBase IV (.DBF) with VB 6
HI,
I want to read record from a DBF file (dBase IV) and add this record
to a table in access (MDB). How can i do it? As soon as I tried to
open the DBF file a got this error message-> Invalid Path.
But the path is good.
I tried many thing, but did't make it work.
Here is a code that a tried:
Dim dbs as Database
Dim rst as Recordset
Set dbs = OpenDatabase("ENTBX.DBF", False, True, "dBase IV;C:\DBPATH")
Set rst = dbs.openrecordset
Could somebody help me with this?
Thank's
Nic