Guten Tag,
Und zwar bekomme ich diesen Fehler in der MySQL Log.
SQL
[15:04:09] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2[15:04:09] [DEBUG] CMySQLHandle::Create - creating new connection..[15:04:09] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called[15:04:09] [DEBUG] CMySQLHandle::Create - connection created (id: 1)[15:04:09] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:09] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:09] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:09] [DEBUG] mysql_errno - connection: 1[15:04:09] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_accounts` ( `ID` int(11) NOT NU", callback: "(null)", format: "(null)"[15:04:09] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_banrange` ( `ID` int(11) NOT NU", callback: "(null)", format: "(null)"[15:04:09] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:09] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_scheine` ( `ID` int(11) NOT NUL", callback: "(null)", format: "(null)"[15:04:09] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:09] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:09] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_settings` ( `ID` int(11) NOT NU", callback: "(null)", format: "(null)"[15:04:09] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:09] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:09] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:09] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:09] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:09] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:09] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO BCL_settings VALUES ();", callback: "(null)", format: "(null)"[15:04:09] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BCL_settings`", callback: "LoadSettings", format: "(null)"[15:04:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:09] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.629 milliseconds[15:04:09] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:09] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.572 milliseconds[15:04:09] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:09] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.395 milliseconds[15:04:09] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:09] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.432 milliseconds[15:04:09] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:09] [ERROR] CMySQLQuery::Execute[] - (error #1062) Duplicate entry '0' for key 'PRIMARY'[15:04:09] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError[15:04:09] [DEBUG] CMySQLQuery::Execute[LoadSettings] - starting query execution[15:04:09] [DEBUG] CMySQLQuery::Execute[LoadSettings] - query was successfully executed within 0.311 milliseconds[15:04:09] [DEBUG] Calling callback "OnQueryError"..[15:04:09] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[15:04:09] [DEBUG] Calling callback "LoadSettings"..[15:04:09] [DEBUG] cache_get_data - connection: 1[15:04:09] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 1", connection: 1[15:04:09] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 1", data: "22"[15:04:09] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 2", connection: 1[15:04:09] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 2", data: "25"[15:04:09] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 3", connection: 1[15:04:09] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 3", data: "18"[15:04:09] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 4", connection: 1[15:04:09] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 4", data: "20"[15:04:09] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Staatskasse", connection: 1[15:04:09] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Staatskasse", data: "1250000"[15:04:09] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[15:04:13] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BCL_banrange` WHERE `Name` = 'Havoc.' AND `Gesper", callback: "MySQL_Banrange", format: "i"[15:04:13] [DEBUG] CMySQLQuery::Execute[MySQL_Banrange] - starting query execution[15:04:13] [DEBUG] CMySQLQuery::Execute[MySQL_Banrange] - query was successfully executed within 0.376 milliseconds[15:04:13] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[15:04:13] [DEBUG] Calling callback "MySQL_Banrange"..[15:04:13] [DEBUG] cache_get_data - connection: 1[15:04:13] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[15:04:20] [DEBUG] mysql_escape_string - source: "Havoc.", connection: 1, max_len: 24[15:04:20] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM BCL_accounts WHERE Name = 'Havoc.'", callback: "UserCheck", format: "i"[15:04:20] [DEBUG] CMySQLQuery::Execute[UserCheck] - starting query execution[15:04:20] [DEBUG] CMySQLQuery::Execute[UserCheck] - query was successfully executed within 0.368 milliseconds[15:04:20] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[15:04:20] [DEBUG] Calling callback "UserCheck"..[15:04:20] [DEBUG] cache_get_data - connection: 1[15:04:20] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[15:04:23] [DEBUG] mysql_escape_string - source: "Havoc.", connection: 1, max_len: 24[15:04:23] [DEBUG] mysql_escape_string - source: "123456", connection: 1, max_len: 128[15:04:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM BCL_accounts WHERE Name = 'Havoc.' AND Passwort = ", callback: "OnPasswordResponse", format: "i"[15:04:23] [DEBUG] CMySQLQuery::Execute[OnPasswordResponse] - starting query execution[15:04:23] [DEBUG] CMySQLQuery::Execute[OnPasswordResponse] - query was successfully executed within 0.486 milliseconds[15:04:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[15:04:23] [DEBUG] Calling callback "OnPasswordResponse"..[15:04:23] [DEBUG] cache_get_data - connection: 1[15:04:23] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE BCL_accounts SET Eingeloggt = '1' WHERE Name = 'Havoc.'", callback: "(null)", format: "(null)"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Admin", connection: 1[15:04:23] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Admin", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Tutorial", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Tutorial", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Payday", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Payday", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Respekt", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Respekt", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MaxRespekt", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MaxRespekt", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Geld", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Geld", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Bank", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Bank", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Festgeld", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Festgeld", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Lohn", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Lohn", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Spawnchange", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Spawnchange", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Fraktion", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Fraktion", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FrakRank", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FrakRank", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FrakSkin", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FrakSkin", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Verheiratet", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Verheiratet", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Job", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Job", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Geschlecht", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Geschlecht", data: "0"[15:04:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BCL_scheine` WHERE `Name` = 'Havoc.'", callback: "LoadPlayerScheine", format: "i"[15:04:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[15:04:23] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 92.522 milliseconds[15:04:23] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:23] [DEBUG] CMySQLQuery::Execute[LoadPlayerScheine] - starting query execution[15:04:23] [DEBUG] CMySQLQuery::Execute[LoadPlayerScheine] - query was successfully executed within 0.300 milliseconds[15:04:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[15:04:23] [DEBUG] Calling callback "LoadPlayerScheine"..[15:04:23] [DEBUG] cache_get_data - connection: 1[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Autoschein", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Autoschein", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoscheinPunkte", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoscheinPunkte", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Flugschein", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Flugschein", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Waffenschein", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Waffenschein", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Fischschein", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Fischschein", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Zollschein", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Zollschein", data: "0"[15:04:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Personalausweis", connection: 1[15:04:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Personalausweis", data: "0"[15:04:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[15:04:35] [DEBUG] mysql_format - connection: 1, len: 80, format: "UPDATE BCL_accounts SET `LastLogin` = NOW() WHERE Name = '%e'"[15:04:35] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE BCL_accounts SET `LastLogin` = NOW() WHERE Name = 'Havoc.", callback: "(null)", format: "(null)"[15:04:35] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `BCL_accounts` SET `InternetProtocol` = '255.255.255.255'", callback: "(null)", format: "(null)"[15:04:35] [DEBUG] mysql_tquery - connection: 1, query: "`Bank`='0', `Festgeld`='0', `Lohn`='0', `Skin`='20', `Spawnchang", callback: "(null)", format: "(null)"[15:04:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:35] [DEBUG] mysql_tquery - connection: 1, query: "`Job`='0', `Geschlecht`='2', WHERE Name = 'Havoc.'", callback: "(null)", format: "(null)"[15:04:35] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `BCL_scheine` SET `Autoschein` = '0', `AutoscheinPunkte`", callback: "(null)", format: "(null)"[15:04:35] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 92.441 milliseconds[15:04:35] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:35] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1[15:04:35] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError[15:04:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:35] [DEBUG] Calling callback "OnQueryError"..[15:04:35] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`Bank`='0', `Festgeld`='0', `Lohn`='0', `Skin`='20', `Spawnchange`='0', `Fraktio' at line 1[15:04:35] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError[15:04:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:35] [DEBUG] Calling callback "OnQueryError"..[15:04:35] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`Job`='0', `Geschlecht`='2', WHERE Name = 'Havoc.'' at line 1[15:04:35] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError[15:04:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:35] [DEBUG] Calling callback "OnQueryError"..[15:04:35] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 34.265 milliseconds[15:04:35] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:53] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2[15:04:53] [DEBUG] CMySQLHandle::Create - creating new connection..[15:04:53] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called[15:04:53] [DEBUG] CMySQLHandle::Create - connection created (id: 1)[15:04:53] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:53] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:53] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:53] [DEBUG] mysql_errno - connection: 1[15:04:53] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_accounts` ( `ID` int(11) NOT NU", callback: "(null)", format: "(null)"[15:04:53] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_banrange` ( `ID` int(11) NOT NU", callback: "(null)", format: "(null)"[15:04:53] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:53] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:53] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_scheine` ( `ID` int(11) NOT NUL", callback: "(null)", format: "(null)"[15:04:53] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[15:04:53] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:53] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:53] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:53] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:53] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BCL_settings` ( `ID` int(11) NOT NU", callback: "(null)", format: "(null)"[15:04:53] [DEBUG] CMySQLConnection::Connect - connection was successful[15:04:53] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO BCL_settings VALUES ();", callback: "(null)", format: "(null)"[15:04:53] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[15:04:53] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BCL_settings`", callback: "LoadSettings", format: "(null)"[15:04:53] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 308.814 milliseconds[15:04:53] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:53] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 212.398 milliseconds[15:04:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 482.105 milliseconds[15:04:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 302.289 milliseconds[15:04:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution[15:04:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.606 milliseconds[15:04:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving[15:04:54] [DEBUG] CMySQLQuery::Execute[LoadSettings] - starting query execution[15:04:54] [DEBUG] CMySQLQuery::Execute[LoadSettings] - query was successfully executed within 0.344 milliseconds[15:04:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[15:04:54] [DEBUG] Calling callback "LoadSettings"..[15:04:54] [DEBUG] cache_get_data - connection: 1[15:04:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 1", connection: 1[15:04:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 1", data: "22"[15:04:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 2", connection: 1[15:04:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 2", data: "25"[15:04:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 3", connection: 1[15:04:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 3", data: "18"[15:04:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Steuerklasse 4", connection: 1[15:04:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Steuerklasse 4", data: "20"[15:04:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Staatskasse", connection: 1[15:04:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Staatskasse", data: "1250000"[15:04:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
Kann mir einer helfen ? Jeffry: