SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

function dbconn_getVendor()

Gets vendor specific connection settings.

function dbconn_getVendor pVendor, pProp
Parameters
TypeNameDescription
Simple parameter. pVendor Name of vendor to get property for: mysql, odbc, postgresql, sqlite, valentina.
Simple parameter. pProp Property to get.
OptionalSimple parameter. [pConnName] The name of a Database Connection. The default is the "default connection" for the Database Object.
OptionalSimple parameter. [pDBKey] Database Object connection is associated with. Default is name returned by sqlyoga_getDefaultDatabase().
Description

See dbconn_setVendor for list of properties.

Return

value

See also