Brauche MySQL Query Hilfe

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo Leute,
    Ich habe folgendes Problem da ich mein neuen PC habe und davor auf mein Notebook gescriptet habe und jetzt auf einmal dieses Problem habe:

    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(1991) : error 017: undefined symbol "mysql_query"
    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(2004) : error 017: undefined symbol "mysql_query"
    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(2021) : error 017: undefined symbol "mysql_query"
    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(2104) : error 017: undefined symbol "mysql_query"
    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(2106) : error 017: undefined symbol "mysql_fetch_int"
    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(2132) : error 017: undefined symbol "mysql_query"
    C:\Users\Name\Desktop\Script\gamemodes\APL.pwn(2155) : error 017: undefined symbol "mysql_query"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    7 Errors.

    Include <a_mysql> ist auch da nun weis ich nicht wieso ich ERROR bekomme, hoffe einer kann mir helfen und danke im voraus!

    //EDIT Überschrift


    MFG
    Painic28

    Einmal editiert, zuletzt von Painic28 ()

  • Hier der Include.


    Plugins liegen für Windows und Linux als Dateianhang drinne.


    /*
    SA-MP MySQL plugin R5
    Copyright (c) 2008-2010, G-sTyLeZzZ
    */


    #if defined mysql_included
    #endinput
    #endif
    #define mysql_included


    //Common error codes (http://dev.mysql.com/doc/refman/5.0/en/error-messages-(client|server).html)


    #define ER_DBACCESS_DENIED_ERROR 1044
    #define ER_ACCESS_DENIED_ERROR 1045
    #define ER_UNKNOWN_TABLE 1109
    #define ER_SYNTAX_ERROR 1149
    #define CR_SERVER_GONE_ERROR 2006
    #define CR_SERVER_LOST 2013
    #define CR_COMMAND_OUT_OF_SYNC 2014
    #define CR_SERVER_LOST_EXTENDED 2055


    //Native functions


    #define mysql_fetch_row(%1) mysql_fetch_row_format(%1,"|")
    #define mysql_next_row() mysql_retrieve_row()
    #define mysql_get_field(%1,%2) mysql_fetch_field_row(%2,%1)


    native mysql_affected_rows(connectionHandle = 1);
    native mysql_close(connectionHandle = 1);
    native mysql_connect(const host[],const user[],const database[],const password[]);
    native mysql_debug(enable = 1);
    native mysql_errno(connectionHandle = 1);
    native mysql_fetch_int(connectionHandle = 1);
    native mysql_fetch_field(number,dest[],connectionHandle = 1);
    native mysql_fetch_field_row(string[],const fieldname[],connectionHandle = 1);
    native mysql_fetch_float(&Float:result,connectionHandle = 1);
    native mysql_fetch_row_format(string[],const delimiter[] = "|",connectionHandle = 1);
    native mysql_format(connectionHandle, output[], format[], {Float,_}:...);
    native mysql_field_count(connectionHandle = 1);
    native mysql_free_result(connectionHandle = 1);
    native mysql_get_charset(destination[],connectionHandle = 1);
    native mysql_insert_id(connectionHandle = 1);
    native mysql_num_rows(connectionHandle = 1);
    native mysql_num_fields(connectionHandle = 1);
    native mysql_ping(connectionHandle = 1);
    native mysql_query(query[],resultid = (-1),extraid = (-1),connectionHandle = 1);
    native mysql_query_callback(index,query[],callback[],extraid = (-1),connectionHandle = 1);
    native mysql_real_escape_string(const source[],destination[],connectionHandle = 1);
    native mysql_reconnect(connectionHandle = 1);
    native mysql_reload(connectionHandle = 1);
    native mysql_retrieve_row(connectionHandle = 1);
    native mysql_set_charset(charset[],connectionHandle = 1);
    native mysql_stat(const destination[],connectionHandle = 1);
    native mysql_store_result(connectionHandle = 1);
    native mysql_warning_count(connectionHandle = 1);


    //forward declarations


    forward OnQueryFinish(query[], resultid, extraid, connectionHandle);
    forward OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle);


    //edit:
    Dateianhänge gehen nicht...


    Hier Downloadlink für die .dll und .so dateien
    http://46.38.233.245/Downloads/Sonstiges/mysql.dll
    http://46.38.233.245/Downloads/Sonstiges/mysql.so

    05eb03de-9fda-461c-9dfc-834ae5b64e65.png << Server | Home >> 13462590508.png

  • Hast du denn auch
    #include <mysql>
    in deinem Gamemode stehen?


    Edit: Nevermind, habe Post 1 nicht durch gelesen :D


    Edit2: liegt die Include denn im richtigen Ordner? Da bringt ja jeder Editor einen eigenen mit.

    Ich bin Dittis Signatur.