Article ID: 172592 - Last Review: July 2, 2004 - Revision: 2.1 How To Open a Visual FoxPro Table for Read/WriteThis article was previously published under Q172592 SUMMARY
FoxPro 2.x tables can be opened as read/write under DAO. Following the same
procedure for Visual FoxPro tables will open the tables as read only. ISAM
drivers are being used under DAO. The following method will open free
tables and tables that are part of a Visual FoxPro database as read/write
with RDO. In addition to providing read/write access to these files, the
ODBC driver also provides greater performance than the Installable ISAM
driver.
If data validity checks are not made, Visual FoxPro database integrity could be violated for tables that are part of a database. MORE INFORMATION
REFERENCES
For more information explaining why Visual FoxPro Databases are opened as
read-only under DAO, please see the following article in the Microsoft
Knowledge Base:
161307
(http://support.microsoft.com/kb/161307/EN-US/
)
: How To Use Visual FoxPro Tables in Visual Basic 4.0
For more information on using DSN-Less connections, please see the following article in the Microsoft Knowledge Base: 147875
(http://support.microsoft.com/kb/147875/EN-US/
)
: How To Use "DSN-Less" ODBC Connections with RDO and DAO
| Article Translations
|
Back to the top
