Android Question RDC ExecuteBatch

johnB

Active Member
Licensed User
Longtime User
Did I read somewhere that this can't be used for SELECT commands???

Update - If you can do a SELECT with a RDC ExecuteBatch command does it only return one result or does it execute JobDone for as many times as there are items in the List.

I'm currently doing an ExecuteQuery using WHERE IN and it executes JoibDone for each item in the List

Thanks in advance
 
Last edited:

johnB

Active Member
Licensed User
Longtime User
Thanks Erel
The "IN" isn't working, thought that I had it working but it's not working now
I'm sending many queries but they don't seem to come back in the same order that they are submitted in. I've handled it in my code but am I doing something wrong for them to come back in a random order. When I say they are coming back, it is in JobDone Sub which gets executed for each of the many questions.
 
Upvote 0
Top