LPC Library Functions: db_close

NAME

db_close() - close a connection to a SQL database

SYNOPSIS

int db_close( int handle );

DESCRIPTION

db_close() closes the connection to the database referenced by 'handle'; it returns 1 for success, 0 for failure.

Note that this efun is only available if the driver flag PACKAGE_DB is defined.

SEE ALSO

db_commit(), db_connect(), db_exec(), db_fetch(), db_rollback()
Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS