search for: sql_exec

Displaying 2 results from an estimated 2 matches for "sql_exec".

2006 Mar 08
1
[LLVMdev] Researching alternative for home-grown VM
...e this or something similar)? => If not, can I implement it as a new op-code? We basically have implemented a "WAIT" opcode in our VM, which tells it to stop execution of this code, and wait for external events. Let met give a more concrete example: The code may say: status = sql_exec("Server1", Timeout, "select subscriberid from tblSubscriber where ANI='"+ani+"';", subscriberid); In this case, the sql_exec() is a built-in function of our language which sends a DB query, and then issues a "WAIT". This allows the VM to then proces...
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
..._pgsql_sync_query \ / \ / \ multi_pgsql_async_transaction_query multi_pgsql_sync_transaction_query Notable Difference to the pgsql Driver -------------------------------------- sql_exec This interface is not implemented. It is (as far as I can tell) not used anywhere except inside the sqllite driver. It cannot be used for queries which return information because there is no way to access this information and it can neither generally be used for queries which cause side effec...