SQLITE help
#1

PHP Code:
new str[500] = "CREATE TABLE IF NOT EXISTS `USERS` ";
    
strcat(str"(`Name`, ,`Password`,, `Admin`,, `Vip`,, `Age`,");*/
    
strcat(str"`Money`, `Level`, `Gender`, `Accent`, `Skin`,");
    
strcat(str"`CarLic`, `BoatLic`, `FlyLic`, `PosX`, `PosY`,");
    
strcat(str"`PosZ`, `PosAngle`, `Payday`, `HadPayDay`, `Family`,");
     
strcat(str"`Faction`, `Tutorial`, `FactionRank`, `Injured`, `Health`,");
     
strcat(str"`Armour`, `VWorld`, `Interior`, `Job`, `BankBalance`,");
     
strcat(str"`Weapon1`, `Weapon1Ammo`, `Weapon2`, `Weapon2Ammo`, `Weapon3`,");
     
strcat(str"`Weapon3Ammo`, `Weapon4`, `Weapon4Ammo`, `Weapon5`, `Weapon5Ammo`,");
     
strcat(str"`Weapon6`, `Weapon6Ammo`, `Weapon7`, `Weapon7Ammo`, `Weapon8`,");
     
strcat(str"`Weapon8Ammo`, `Weapon9`, `Weapon9Ammo`, `Weapon10`, `Weapon10Ammo`,");
     
strcat(str"`Weapon11`, `Weapon11Ammo`, `Weapon12`, `Weapon12Ammo`, `Weapon13`,");
     
strcat(str"`Weapon13Ammo`, `PRadio`, `PRadioFreq`, `CigarSticks`, `WineBottles`)");
        
db_query(PGRPstr); 
is there something wrong here "i get the error this database is not a sqlite version 3 database"
Reply


Messages In This Thread
SQLITE help - by Ryan_Obeles - 27.04.2013, 05:06
Re: SQLITE help - by Pottus - 27.04.2013, 05:24
Re: SQLITE help - by iggy1 - 27.04.2013, 07:38
Re: SQLITE help - by Ryan_Obeles - 27.04.2013, 07:49
Re: SQLITE help - by Ryan_Obeles - 27.04.2013, 10:54
Re: SQLITE help - by Finn - 27.04.2013, 11:20
Re: SQLITE help - by Ryan_Obeles - 27.04.2013, 11:28
Re: SQLITE help - by Finn - 27.04.2013, 12:49
Re: SQLITE help - by Ryan_Obeles - 28.04.2013, 01:38
Re: SQLITE help - by Ryan_Obeles - 28.04.2013, 01:55

Forum Jump:


Users browsing this thread: 3 Guest(s)