B4J Question jSQL: async version of ExecQuerySingleResult

knutf

Member
Licensed User
Longtime User
Hello!

I can't find an async version of ExecQuerySingleResult.

Should I use ExecQueryAsync also for single result queries?

- Or will ExecQuerySingleResult always be so fast that an async version of it make no sense?
 

DonManfred

Expert
Licensed User
Longtime User
Honestly you should always use the Async methods.
Edit: Especially when working with a Remote-Database.
 
Last edited:
Upvote 0
Top