Crash when calling SQLSetDescField
От
Han
Тема
Crash when calling SQLSetDescField
Дата
Msg-id
20021225071919.048FD4758E1@postgresql.org
Список
Дерево обсуждения
Re: Crash when calling SQLSetDescField Hiroshi Inoue <Inoue@tpf.co.jp>
Hi, Following steps lead to crash! 1. call SQLAllocHandle to allocate a statement handle 2. call SQLGetStmtAttr(...,SQL_ATTR_IMP_PARAM_DESC,...) to get the IPD of the stmt handle 3. call SQLSetDescField(...,1,SQL_DESC_PARAMETER_TYPE,...) The 3rd step leads to crash. But SQLSetDescField(...,1,SQL_DESC_CONCISE_TYPE,...) will not crash, and following call to set SQL_DESC_PARAMETER_TYPE will not crash either. Regards, Han zhouhanok@vip.sina.com 2002-12-25
В списке pgsql-odbc по дате отправления