I am trying to update a dbase IV table(table Y) whose fields contains the maximum ID Number of a seperate table.
i.e. if the maximum ID number of table X is 12345 then the only record in table y will contain one field with one value 12345.
this is a work around project and i have no control over the table design. The actual name of table y is control. Which I also have no way of changing.
When I am trying to update the table y value I am getting an error table operation must use an updateable query.
I am using the same connection and directory to update another dbase table .
I am using vb and ado 2.5. I also get the same error if I link to the table through access and try to update the value but I do not get the error if I open the dbase file with FoxPro.
i am completely lost and would appreciate any suggestions or explanations as to why this is happening.
i.e. if the maximum ID number of table X is 12345 then the only record in table y will contain one field with one value 12345.
this is a work around project and i have no control over the table design. The actual name of table y is control. Which I also have no way of changing.
When I am trying to update the table y value I am getting an error table operation must use an updateable query.
I am using the same connection and directory to update another dbase table .
I am using vb and ado 2.5. I also get the same error if I link to the table through access and try to update the value but I do not get the error if I open the dbase file with FoxPro.
i am completely lost and would appreciate any suggestions or explanations as to why this is happening.