As you know there is no x64 driver for dBase.
"http://msdn.microsoft.com/en-us/vfoxpro/bb190289.aspx"
I tried to make one.
It is extremely faster than ODBC.but there is only one problem.
I cannot determine if a row is deleted or not.
相关问题
- How to better organise database to account for cha
- Database best practices - Status
- Designing lossless-join, dependency preserving, 3N
- Use of empty strings instead of null - a good prac
- Shared Primary Key
相关文章
- Storing User Settings - anything wrong with using
- Are PostgreSQL VIEWS created newly each time they
- What is the difference between UNIQUE, UNIQUE KEY
- Optional Database Entities
- TIme-based Notification Architecture
- The right way to manage user privileges (user hier
- How to salvage referential integrity with mutiple
- Inbreeding-immune database structure
The first byte of each record (not header or field description, but actual record data) will contain an asterisk ("*") if the record is deleted, or a blank space (" ") if not.
Here's something I found a while back on Wotsit.org that may help: