Re: [PHP] open foxpro database

2001-05-03 Thread Dezider Góra
Just my o.o2 cents... Isn't this table a members od database? When you use VFP 3.0 and up, VFP can change header of file to new format. So it's not compatible with old dbf file. I don't remember all operations that cause this "upgrade", but including into the database will certainly do that. To be

[PHP] open foxpro database

2001-05-02 Thread Benny
I used function dbase_xxx to access foxpro database (.dbf) but it's not work. Here is my code : \n"; } } } ?> Everytime I call this page there's a message : Warning: unable to open database /home/benny/test/employee.dbf in /home/benny/htdocs/foxpro.php on line 2 I used php

[PHP] open foxpro database

2001-05-02 Thread Benny K. Putera
I used function dbase_xxx to access foxpro database (.dbf) but it's not work. Here is my code : \n"; } } } ?> Everytime I call this page there's a message : Warning: unable to open database /home/benny/test/employee.dbf in /home/benny/htdocs/foxpro.php on line 2 I us