db_sybase From Online Manual

Revision as of 19:57, 26 July 2011 by Emanuele (talk | contribs) (Created page with "{{smcfunc |function=db_sybase |usage=$smcFunc['db_sybase'] |description=Tells SMF whether the database uses sybase (PostgreSQL and SQlite) or not (MySQL). '''Shall not be called ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage:

$smcFunc['db_sybase']


Description: Tells SMF whether the database uses sybase (PostgreSQL and SQlite) or not (MySQL). Shall not be called as a function, but used a boolean.

Parameters:

None.

Return: True if the database uses sybase, false otherwise.

Example:

	none



Advertisement: