Type: Database Monitor Key: db.odbc.select[<description>,<odbc_name>] username password SQL Query returning a count(*) Type: Numeric DataType: Decimal
Articoli con tag query
Zabbix ODBC SQL query to IBM AS400
How to use PDO with PHP and MySQL
$db = new PDO('mysql:host=localhost;dbname=mydb;', 'username', 'password'); $q="select my query"; $db->query($q);
Recent Comments