View Single Post
Author Message
luxor
Member
Join Date: Jan 2014
Old 08-24-2016 , 09:09   [Question] SQL_ThreadQuery vs SQL_PrepareQuery
Reply With Quote #1

Title says it all, when should i use SQL_PrepareQuery and when should i use SQL_ThreadQuery.

SQL_PrepareQuery
- faster
- not good for slow connectons
- doesn't need a handler

SQL_ThreadQuery
- slower
- good for slow connections
- is needing a handler

i usually use preparequery when i make the table, and in rest i use threadquery because of his handle feature, but i want to know how do you guys use them.
luxor is offline