Re: [PHP-DB] how to connect to dbase

2004-10-15 Thread Robert Twitty
Try odbtp, http://odbtp.sourceforge.net. -- bob On Fri, 15 Oct 2004, Swapan Mazumdar wrote: > Hi All, > > I am quite new to php. I have a requirement to query dbase file to > implement searching on table columns. Now I am following a basic > approach using dbase_get_record_with_names($fileHandle

Re: [PHP-DB] how to connect to dbase

2004-10-15 Thread Jason Wong
On Friday 15 October 2004 19:11, Swapan Mazumdar wrote: > I can't believe this, my problem doesn't attract any attention. > But I am quite sure that everybody else besides me has more experience > than me in this specific field. > Anyone pl, is my question absurd or just impossible. I may be wrong

RE: [PHP-DB] how to connect to dbase

2004-10-15 Thread Swapan Mazumdar
PROTECTED] Sent: 15 October 2004 09:30 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] how to connect to dbase Importance: High Hi All, I am quite new to php. I have a requirement to query dbase file to implement searching on table columns. Now I am following a basic approach using dbase_get_record_

[PHP-DB] how to connect to dbase

2004-10-15 Thread Swapan Mazumdar
Hi All, I am quite new to php. I have a requirement to query dbase file to implement searching on table columns. Now I am following a basic approach using dbase_get_record_with_names($fileHandler, $iterationIndex). This seems to be a rudimentary approach and has performance bottleneck. For the pur