Skip to content
Snippets Groups Projects
Commit c2bcb9e0 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now checks for existance of Odbc.odbc_result.

Rev: lib/modules/Sql.pmod/odbc_result.pike:1.2
parent 945cfcae
No related branches found
No related tags found
No related merge requests found
/*
* $Id: odbc_result.pike,v 1.1 1997/08/21 01:06:43 grubba Exp $
* $Id: odbc_result.pike,v 1.2 1998/10/17 03:01:59 grubba Exp $
*
* Glue for the ODBC-module
*/
#if constant(Odbc.odbc_result)
inherit Odbc.odbc_result;
#else /* !constant(Odbc.odbc_result) */
void create()
{
destruct();
}
#endif /* constant(Odbc.odbc_result) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment