A
alwaysonnet
hi all,
I've a limitation with my database that it wont accept more than 30
queries at a time. i'm passing the queries as an array. if the length
of array is more than 30 , then execution is getting failed.
how can i implement so that every-time only 30 queries will be loaded
and rest will be loaded after their execution.
I believe we can just fix the length of array everytime ....but my mind
got numb thinking...
Thanks,
Raj
I've a limitation with my database that it wont accept more than 30
queries at a time. i'm passing the queries as an array. if the length
of array is more than 30 , then execution is getting failed.
how can i implement so that every-time only 30 queries will be loaded
and rest will be loaded after their execution.
I believe we can just fix the length of array everytime ....but my mind
got numb thinking...
Thanks,
Raj