Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 396 Bytes

dbisopenerror.rst

File metadata and controls

20 lines (12 loc) · 396 Bytes

dbIsOpenError

Purpose

Reports whether an error occurred while attempting to open the database connection.

Format

ret = dbIsOpenError(db_id)

param db_id

database connection index number.

type db_id

scalar

return ret

1 if there was an error or 0 if not.

rtype ret

scalar