|
cubrid_errorGet the error message Beschreibung
string cubrid_error
([ resource
$connection
] )The cubrid_error function is used to get the error message that occurred during the use of CUBRID API. Usually, it gets error message when API returns false as its return value. Parameter-Liste
RückgabewerteError message that occurred.
BeispieleBeispiel #1 cubrid_error example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: Error Code: -493 Error Message: Syntax: Unknown class "person". select id, [name] from person Siehe auch
|