Quoting Phil Friedman <[EMAIL PROTECTED]>: > It seems that after a large number --hundreds, but I have not counted-- of > queries on the same db connection, the SQL extension starts returning empty > result sets with no errors thrown. > > I'm at 2.6.0 connecting to Sybase SQL Anywhere 8. There are no problems with > the SQL as I've run similar statements earlier and can restart and run the > same statements w/o errors later. > > Any ideas on what to look for? > > Regards, Phil Friedman - Terralink Software - 1-207-772-6500 x101 >
Perhaps you are not closing the resultsets/statements and you are running out of server side cursors, or other db objects? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
