This should be an easy one for someone ...

S

Stefan

Hi,

Can someone please tell me what is wrong with the following Kode... I have
tried everything ...

upKey is a variable with a value of 1 (int)... Why in the world does it keep
telling me invalid column...




KODE:
------------
SqlCommand command = new SqlCommand("UPDATE Table SET Column=stringvariable
WHERE column=upKey",myConn);


command.ExecuteNonQuery();


ERROR:
-----------------------
Invalid column name 'upKey'.

Source Error:


Line 275: SqlCommand command = new SqlCommand("UPDATE Table SET
Column='stringVariable' WHERE Column=upKey",myConn);
Line 276:
Line 277: command.ExecuteNonQuery();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top