Quote:
Originally posted by wilsmann
Well actually that's what I was thinkin' of, but I'm not sure how or if it works with locking and registering etc. with odbc and dbase...
|
hello Wilsman,
dBase files (either DbaseIV or FoxPro ) can be accessed by means of ODBC, and then use an abstract layer such as ADODB (search google for this php superb class) and display the records.
If the dbf files are on a "database" (this is a foxpro thing) then locking and transactions are supported, if not then you are on your own.
AFAIK.
marcos oliva