Hallo, SQLite experts!
On the following statements :
cmd.CommandText="UPDATE WPOILABEL_V1 SET PHOTO1 = Text1 ,PHOTO2 =Text2, PHOTO3 = Text3 WHERE ID=ActCampID;"
cmd.ExecuteNonQuery
I get the error message: SQLite error: No such column Text1
WPOILABEL_V1 is really a table and PHOTO1 , PHOTO2 and PHOTO3 are really columns.
What am i doing wrong?
Harry
On the following statements :
cmd.CommandText="UPDATE WPOILABEL_V1 SET PHOTO1 = Text1 ,PHOTO2 =Text2, PHOTO3 = Text3 WHERE ID=ActCampID;"
cmd.ExecuteNonQuery
I get the error message: SQLite error: No such column Text1
WPOILABEL_V1 is really a table and PHOTO1 , PHOTO2 and PHOTO3 are really columns.
What am i doing wrong?
Harry