[m-rev.] diff: fixes to the odbc interface
Simon Taylor
stayl at cs.mu.OZ.AU
Sun Apr 21 23:31:38 AEST 2002
On 19-Apr-2002, David Overton <dmo at cs.mu.OZ.AU> wrote:
> + /*
> + ** For interfacing directly with ODBC driver bypassing driver manager
> + ** such as iODBC
> + */
> +#ifdef MODBC_ODBC
> +
> +#include ""sql.h""
> +#include ""sqlext.h""
> +#include ""sqltypes.h""
> +
> +#ifndef SQL_NO_DATA
> +#define SQL_NO_DATA SQL_NO_DATA_FOUND
> +#endif
> +
> +#endif /* MODBC_ODBC */
That needs to be documented at the top of odbc.m and in the Mmakefile.
Which ODBC driver is this referring to?
Simon.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list