How to insert large amount of data to sql table?
#7

try to optimize your sql database !
see this method

if all is ok then you need to send big query to your database i think there wont be any problems using high string characters to sql server use like string[2048];
and you have to use << \ >> in while to avoid compiler error in pawno just like this sample code

PHP Code:
mysql_format(Handel,query,sizeof(query),"UPDATE accounts SET \
            Bsqlid = %d,Hsqlid = %d,Rentsqlid = %d,LastLogin = '%s',\
            Vehicle1 = %d,Vehicle2 = %d,Wanted = %d,Food = %f,Water = %f,\
            Score = %d,Money = %d,BankMoney = %d,Ecash = %d,ProIncome = %d,\
etc 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)