Article ID: 146220
Article Last Modified on 12/3/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
- Microsoft Visual FoxPro 5.0 Standard Edition
- Microsoft Visual FoxPro 6.0 Professional Edition
- Microsoft Data Access Components 2.5
- Microsoft Data Access Components 2.6
This article was previously published under Q146220
SYMPTOMS
In a scenario where a cursor is open from a Remote View or SQL Pass Through
connection made through the Text File ODBC driver, if you try to modify or
delete a record in that cursor, one of the following errors occurs:
Connectivity error: [Microsoft][ODBC Text Driver] Deleting data
in an attached (or linked) table not supported by this ISAM.
Connectivity error: [Microsoft][ODBC Text Driver] Updating data
in an attached (or linked) table not supported by this ISAM.
CAUSE
The Text File ODBC driver does not support the SQL DELETE or UPDATE
statements.
STATUS
This behavior is by design.
REFERENCES
ODBC DDP3.0 Help File (Odbcjet.hlp)
Additional query words: VFoxWin
Keywords: kbprb KB146220