I am a newbie and a beginner of SQL.
sq.ExecNonQuery2("INSERT INTO tab1 values (?,?,?,?,?,?)",Array As String(EditText1.Text,EditText2.Text,Spinner1.SelectedItem,EditText3.Text,Typ,Dt)
What is wrong with the above code?
I am getting the following error message
================================================================
Parsing code. Error
Error parsing program.
Error description: Invalid number of parentheses.
Occurred on line: 205
sqc = sq.ExecNonQuery2("INSERT INTO tab1 values (?,?,?,?,?,?)",Array As String(EditText1.Text,EditText2.Text,Spinner1.SelectedItem,EditText3.Text,Typ,Dt)
================================================================
Please Help me
Thanks
sq.ExecNonQuery2("INSERT INTO tab1 values (?,?,?,?,?,?)",Array As String(EditText1.Text,EditText2.Text,Spinner1.SelectedItem,EditText3.Text,Typ,Dt)
What is wrong with the above code?
I am getting the following error message
================================================================
Parsing code. Error
Error parsing program.
Error description: Invalid number of parentheses.
Occurred on line: 205
sqc = sq.ExecNonQuery2("INSERT INTO tab1 values (?,?,?,?,?,?)",Array As String(EditText1.Text,EditText2.Text,Spinner1.SelectedItem,EditText3.Text,Typ,Dt)
================================================================
Please Help me
Thanks