[PHP-DEV] Multiple inserts in one sybase_query issue

2001-06-18 Thread Ben Gabrielson
I'm running PHP 3 (and PHP 4 on another server) with Sybase 11.9.2 on the database server. I have tried in a number or variations to insert a series of updates and inserts in the same sybase_query. I build a $query consisting of around 15-20 inserts and updates and call the sybase_query function,

Re: [PHP-DEV] Multiple inserts in one sybase_query issue

2001-06-19 Thread Ben Gabrielson
ed. I'm thinking already a while about changing this so you > can get an array of resultsets from sybase_query() which would allow you > to do the stuff you're trying to do now.. > > Any ideas of the group would be appreciated (as i'm not a very good > c-coder anyway)