Error: "Invalid string or buffer length" when using SQLColumns!
444207May 19 2005 — edited May 19 2005I am calling SQLColumns through the Oracle ODBC driver to get the column information of a table. The Client version is 9.0.1.0 and the ODBC driver version is 9.0.1.8. If I am querying a table that does not has a long table name, fine; if I am querying a long table name, failed and reporting:
[Oracle][ODBC]Invalid string or buffer length.
Tried with MS Oracle driver, no problem. Anybody can help?
Thanks in advance.