Microsoft
Software
Hardware
Network
Question : Problem: SQLExecDirect ODBC return codes
Where can I find a list of what the different return codes mean for ODBC Direct SQL? I'm geting a -2 return code in my c++ application when I call the ODBCExecDirect statement and have no idea what that means.
Code Snippet:
1:
result = ::SQLExecDirect(hstmtCostCtr, (UCHAR*)((LPCTSTR)sSql), SQL_NTS);
Open in New Window
Select All
Answer : Problem: SQLExecDirect ODBC return codes
SQL_INVALID_HANDLE is a -2 value
Private Const SQL_SUCCESS = 0
Private Const SQL_SUCCESS_WITH_INFO = 1
Private Const SQL_NO_DATA = 100 ' Same as SQL_NO_DATA_FOUND
Private Const SQL_ERROR = (-1)
Private Const SQL_INVALID_HANDLE = (-2)
Private Const SQL_NEED_DATA = 99
Private Const SQL_STILL_EXECUTING = 2
Random Solutions
Problem: one folder for active sync 4.5
Problem: need power mac G5 video troubleshooting tips
Problem: Change name of server hosting SMS ??
Problem: BackupExec 10d, How to track down an email for restore?
Problem: Adding a 2nd front fan to the cpu case
Problem: Blackberry User having trouble synching Calendar
Problem: Need configure a basic separate vlan and configure a fiber port to carry both vlans
Problem: Changing user's home folder via GPO - question
Problem: Console/Web access to a Dell PowerConnect 3324
Problem: Household with Mom, son, and daughters, with iphones, ipods, and itouches can it work together?