
11-29-2003, 10:27 AM
|
 |
|
|
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Hi,
this is your query:
Quote:
INSERT INTO arcadegames (name,title,description,filename,active,scorevar,w idth,height,codebase,querystri ng,
objectparam,embedparam,championactive,championtext ,championcolor,playcost,jackpo t,jackpotadd,thumbnailname,thumbnaildata)
|
There seems to be a problem with the list of your parameters. Do the following command in the command line and compare the paramaters:
Quote:
mysqlshow -u user -p password database arcadegames
|
You should see the table arcadegames and all corresponding fields. Compare these fields with query i quoted and you should find your problem straight away.
Cheers,
Pseudomizer
|