[PHP-DB] PEAR-DB Question - Joins/design issue?

2004-12-03 Thread Scott Sharkey
Hi All, I'm looking at data abstraction libraries, and various object wrappers for SQL interfaces. Question -- how does the PEAR DB abstraction handle JOINS, especially on updates. I've seen several abstractions that basically encapsulate one table, but what about the situation with multiple

Re: [PHP-DB] PEAR::DB question

2003-07-29 Thread Terry Riley
Jake Dunno if this will help, whether you're using MySQL or whether it works in PEAR. Look up mysql_data_seek() in the php manual. Cheers Terry --Original Message- Hello- I'm using the fetch method to get a result set. ie- $sql = select id,name from sr_names order