Hi Graham > Where does one get the list of integers for the capabilities function?
The odbx_capabilities() function returns if feature sets are supported. There are two at the moment: ODBX_CAP_BASIC (supported by all backends) and ODBX_CAP_LO. You can find them in the OpenDBX header file. > I was trying to see if Firebird supports the odbx_escape() function > and looking at the svn, it seems not > https://libopendbx.svn.sourceforge.net/svnroot/libopendbx/trunk/backends/fi > rebird/firebird_basic.c If a backend doesn't have an escape function of its own, the default implementation (in lib/odbx.c) will be used instead. You don't have to care about this as it's guaranteed that all backends provide at least the basic feature set. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________ libopendbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX
