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

Now checks for existance of Odbc.odbc.

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