Variables | |
$strJdbcDriver = "org.postgresql.Driver" | |
$strJdbcDb = 'bmfodatabase' | |
$strJdbcConnection = 'jdbc:postgresql://localhost:5432/'.$strJdbcDb | |
$strOID = "oid" | |
$strSubselect = " as query" | |
$strServletUrl = 'http://localhost:8081/bmfo_reports/servlets/' | |
$GLOBALS ['boolDebug'] = false | |
$test = dbx_query($rdbms, "Select 1 from Meter") | |
$test = dbx_query($rdbms, "Select 1 from Meter") |
|
Set boolDebug to true in order to switch on debugging output. This will cause e.g. SQL statements to be logged. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|