meinenr

meinenr

  • NA
  • 99
  • 21.1k

Problem whith INSERT INTO

Sep 29 2012 6:01 AM
Hi everybody,
I have a Problem whith the following line:
var myInsertQuery = "INSERT INTO test (id, customerId, amount)Values(trade.OtherSID, 0, 0)";

Unknown Column 'trade.OtherSID' in 'field list'

Somebody know how to fix it?


If I write:
PrintConsole("THE ID: " + trade.OtherSID + " .", ConsoleColor.Red);

it output the right ID, like:THE ID: STEAM_0:1:12345123 .


#CLOSED!!!

Answers (15)