sql manipulation help

smoochy boys on tour

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
hi. im basically trying to add a new row in to an sql table, iv read through the guides, but really dont get it. heres what ive got. i know its wrong, but i cant think how to do it. any help would be great

#ACT
FormatStr "'%s',%s,'%s'" ktest 1 1
WriteValueSQL "TBL_DHLBOX" "FLD_SERVER,FLD_TYPE,FLD_READCHECK"
goto @nextline2

[@nextline2]
#SAY
fsdfsd

basically i want to add a row to the table TBL_DHLBOX, in game3g database

Theres a total of 34 columns i need adding in this table, atm ive just tried to add the first 3. but it doesnt make a new row.

Any advice?