1. Help: Sybase Async Calls under MS-Windows
Hi,
I trying to set up a ct-library connection in Async mode
under MS-Windows. According to documentation, My completion callback
routine should only be called when I call ct_poll routine. However,
I have observed that Completion callback is called from within the
routines which are supposed to return CS_PENDING code. For example,
upon calling ct_send, completion callback is invoked even before
ct_send returns. This ultimately results in stack overflow !!!!
I would appreciate any help, if anybody has tried this before and
knows how to resolve the problem. Thanks in advance.
3. Can you use the resultset of a StoredProc in another StoredProc
4. Statement "Begin work without replication" fails in 4gl (Enterprise
5. Call StoredProc with Parameters?
7. Calling a DTS Package from StoredProc or ADO
9. calling COM objects form a StoredProc
10. StoredProc call creates 2 connections?
11. Calling an ORACLE StoredProc from SQL 7
13. Attempting to call SQL StoredProc from ASP/ADO