Patrick Chua
11-10-04, 12:58
| Hi, I have a job to read a dbf file. I'm a SQL Server user. So I'm not very familr with DBF. Okay, here is the deal. I am opening this existing DBF file in Microsoft Visual Fox Pro 6.0 . In the command window, select, update and even including delete statements works . What is getting on my nerves is the "insert" statement. It always prompts "syntax error". But the @#$@#$ error message just didn't help much. The funny thing is, if I use the "Append Mode" and add data directly via the GUI, it works!. Here is the insert statement, just a very simple one: <code> INSERT INTO ASSET (ACCNO) values '2000/141'</code> Tell me something I don't know or missing!!!....please... |