Hi,
I've been using ADO to connect to FoxPro free tables via a System DSN in VB6. I have no problem passing SQL over to SELECT from tables into a Recordset, but when I pass an UPDATE statement (via an ADO Command) I got an error stating that I hadn't locked the Records. However, it performed a batch update of every field in my table, which certainly wasn't what I specified in code! Can anyone help me with this, as it's completely ruined a massive set of data I'd set up...
Thanks in advance,
Benedict.
I've been using ADO to connect to FoxPro free tables via a System DSN in VB6. I have no problem passing SQL over to SELECT from tables into a Recordset, but when I pass an UPDATE statement (via an ADO Command) I got an error stating that I hadn't locked the Records. However, it performed a batch update of every field in my table, which certainly wasn't what I specified in code! Can anyone help me with this, as it's completely ruined a massive set of data I'd set up...
Thanks in advance,
Benedict.