|
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update), other ISAM formats + FOXPRO option, real sample code, create a new DBF file. Author: Antonin Foller Code: ASP 3.0 & VBScript |
| |
Overall Rating:
 User Rated
| |
What does this require?  Written by Christo Angelov from MA (Wednesday, July 27, 2005)
 |
Strengths: Sounds great Weaknesses: It doesn't work for me. I have XP and MS Access installed. Details: Gives some error about ISAM driver. So what do I have to have installed in order for this to work? Also, the registry keys he mentions do not exist on my PC. I tried the code via ODBC connection, and I get field definition error on the Create TAble statement. Doesn't like decimal(5). I use dBASE V format. So this code is fragile and dependent on something that the author should have known and explained. Review Based On: using demo only |
this code does work  Written by Anonymous User (#1665-192) from Scotland (Wednesday, March 12, 2003)
 |
Strengths: It actually works! Weaknesses: replace dbf filename with name#dbf as opposed to name.dbf Details: A very easy copy and paste exercise. Thanks! Review Based On: using demo only |
| |
|