Am new to trying to update a Visual FoxPro free table (the
*.Dbf file) from VB 6. No problem using the ADO methods to
read the database, but updating issues errors similar to the
other threads I've read in this forum.
From MSDN I understand this to be a "feature" where the
record is "read-only" if the container (*.Dbc file) is not
used.
Unfortunately, my software vendor does not give the DBC,
just the DBF tables.
I REALLY need to get read/write capability to a Visual FoxPro 6 version file. I don't care if I use ADO, RDO, DAO, Oh-NO, or what ever database schema Microsoft has
invented this month.
I will be forever in debt of those forum gurus who can help
me with their knowledege and/or example code.
Thanks in advance!
*.Dbf file) from VB 6. No problem using the ADO methods to
read the database, but updating issues errors similar to the
other threads I've read in this forum.
From MSDN I understand this to be a "feature" where the
record is "read-only" if the container (*.Dbc file) is not
used.
Unfortunately, my software vendor does not give the DBC,
just the DBF tables.
I REALLY need to get read/write capability to a Visual FoxPro 6 version file. I don't care if I use ADO, RDO, DAO, Oh-NO, or what ever database schema Microsoft has
invented this month.
I will be forever in debt of those forum gurus who can help
me with their knowledege and/or example code.
Thanks in advance!