OleDbCommand com = new OleDbCommand("update cus SET cus_name = ('" + textBox4.Text + "'),order=('"+textBox6.Text+"') WHERE no = ("+textBox5.Text+")", con);

its giving a syntax error

Recommended Answers

All 2 Replies

Closing. Please refer to the thread linked by Momerath.

@fashxfreak: Do not create multiple threads for a single question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.