ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
opensql.c File Reference

opensql dummy routine More...

#include "stralloc.h"
#include "logmsg.h"
#include "errtxt.h"
#include "subscribe.h"
Include dependency graph for opensql.c:

Go to the source code of this file.

Functions

const char * opensql (const char *dbname, const char **table)
void closesql (void)
 close connection to SQL server, if open

Detailed Description

opensql dummy routine

Author
Bruce Guenter
Date
2005-01-12 19:29:15Z

Definition in file opensql.c.

Function Documentation

◆ closesql()

void closesql ( void )

close connection to SQL server, if open

Definition at line 21 of file opensql.c.

◆ opensql()

const char * opensql ( const char * dbname,
const char ** table )

Definition at line 13 of file opensql.c.