You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2010/09/24 23:36:36 UTC

DO NOT REPLY [Bug 49646] no data error in apr_dbd_pbquery with odbc driver

https://issues.apache.org/bugzilla/show_bug.cgi?id=49646

--- Comment #1 from Jeff Trawick <tr...@apache.org> 2010-09-24 17:36:34 EDT ---
should this have a compile-time check like

#ifdef SQL_NO_DATA

or 

#if ODBCVER >= 0x03

around it?

What does SQL_SUCCEEDED(SQL_NO_DATA) return?  If false, then APR would return
APR_EGENERAL from the function.

Can anyone state what other drivers return in this situation?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org