Re: [PHP-DB] problem with dbase connections using ODBC

2001-09-12 Thread leo g. divinagracia iii
boy, if i remember my old dbase days, dbase uses a table locking scheme. and a pessimistic locking style. if you are just querying the table, how about making a copy of it when a local user opens it and again, when they close it. your remote users will then query the copy... Don Jackson wrote

[PHP-DB] problem with dbase connections using ODBC

2001-09-07 Thread Don Jackson
Windows NT 4.0 workstation Apache PHP 4 the following code works fine and returns the correct results... "; } odbc_close($connect); ?> --- but if someone else