Hello Monks,
I am using Sybase::DBLIB to send 4000 to 40,000 update commands to a Sybase database.
do you recommend I batch the commands and send them all at once or send them individually?
I tried to batch them in 500 commands.
Then when I attempted to send the 2nd batch I got the error:
"Attempt to send a command with results still pending"
Is there a way to determine if Sybase is still processing the last commands I sent?