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: SFTP Unix client to windows Server "Couldnt canonicalise"
Problem: HP LJ 4350 default font size
Problem: windows 2003 server connecting to SAN sees multiple instances of LUN
Problem: Unusual Traffic Shape = Intermittnet VPN Connectivity
Problem: Windows Mobile 6.0 - Unable to modify or delete ANY file from Main/SD memory.
Problem: How do I add a tape to a backup group?
Problem: Samsung Plasma Screen - Screen has gone black
Problem: 3G iPhone
Problem: RDP from RWW to desktop does not work
Problem: Can I upgrade my macbook?