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: Need help iin using Norton Ghost 2003, urgent?
Problem: Siimultaneous use of DVI and analog cables to a single LCD monitor
Problem: How can I send up POP3 email on a Blackberry 8700g
Problem: UT300R2
Problem: Multiple RDP connections through Cisco Router
Problem: Iomega External 750gb USB/Firewire Drives drops on restart
Problem: Dell Dimension 4700 blinking amber randomly
Problem: Changing Citrix Profiles after Exhange server migration
Problem: Pictures of squares desplay as rectangles when dual monitors have different aspect ratios
Problem: Cisco 801 - Simple Nat Configuration