The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

/* fix up constants and other fundamentals that some driver managers	*/
/* don't define (basically iODBC)										*/

#ifndef SQL_API_ALL_FUNCTIONS
#define SQL_API_ALL_FUNCTIONS	0
#endif

#ifndef SQL_SQLSTATE_SIZE
#define SQL_SQLSTATE_SIZE	5
#endif