Guten morgen leider ich mal wieder
ich habe das problem das er die datenbank nicht anlegt in der server.exe ist mit print verbindung als erfolgreich angeben
hier mal der code
#define FCAR_TABLE "fcar"
format(query,sizeof(query),"CREATE TABLE IF NOT EXISTS `%s` (`DBID` int(11) NOT NULL AUTO_INCREMENT,`FraktionsID` int(11) NOT NULL,`ModelID` int(11) NOT NULL,`X` float NOT NULL,`Y` float NOT NULL,`Z` float NOT NULL,`A` float NOT NULL,`Color1` int(11) NOT NULL,`Color2` int(11) NOT NULL,"FCAR_TABLE);
format(query,sizeof(query),"%s`Component00` int(11) NOT NULL,`Component01` int(11) NOT NULL,`Component02` int(11) NOT NULL,`Component03` int(11) NOT NULL,`Component04` int(11) NOT NULL,`Component05` int(11) NOT NULL,`Component06` int(11) NOT NULL,`Component07` int(11) NOT NULL,`Component08` int(11) NOT NULL,",query);
format(query,sizeof(query),"%s`Component09` int(11) NOT NULL,`Component10` int(11) NOT NULL,`Component11` int(11) NOT NULL,`Component12` int(11) NOT NULL,`Component13` int(11) NOT NULL,PRIMARY KEY (`DBID`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;",query);
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