Connects to a database via a thread. This can be used instead of SQL_Connect() if you wish for non-blocking functionality. It is not necessary to use this to use threaded queries. However, if you don't (or you mix threaded/non-threaded queries), you should see SQL_LockDatabase().
native void SQL_TConnect(SQLTCallback callback, const char[] name = "default", any data = 0)