| -2147467259 : Data type is not supported [message #413637] |
Thu, 16 July 2009 18:41  |
yakshasa Messages: 3 Registered: July 2009 |
Junior Member |
|
|
Can't figure what is wrong with this statement.
Run from VB6 program code using ADO it is getting "-2147467259 : Data type is not supported", but it returns rows when cut and pasted into Oracle SQL Developer.
Do you have any suggestions?
SELECT * FROM TableHISTLoanPayments WHERE
sv_LoanNumber = 'ORACLE03' AND
sv_CoNumber = '01'
ORDER BY si_RecordID
|
|
|
|
| Re: -2147467259 : Data type is not supported [message #413657 is a reply to message #413637] |
Thu, 16 July 2009 23:39   |
Michel Cadot Messages: 29419 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
Post your code but before please read OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code (See SQL Formatter), use code tags and align the columns in result.
Use the "Preview Message" button to verify.
Also always post your Oracle version (4 decimals) to both server and client as well as ADO driver and version.
Regards
Michel
|
|
|
|
|
|
|