Hi Don Manfred,
Similar question.
In table "ContenuActuel", I have 10 Fields
I want to add one line in my database.
Most of the data's to add are stored in string or int variables.
Based on support from last Sunday, I tried:
Main.SQL1.ExecNonQuery("INSERT INTO ContenuActuel VALUES (&DateDeCongelation, &NouvelleCategorie, &NouvelleSousCategorie, '3', &Source, &DateDExpiration, null, null, null, null)")
NB: When I write:
Main.SQL1.ExecNonQuery("INSERT INTO ContenuActuel VALUES ('tttt', 'zzzzzz', 'uuuuuuu', '3', 'ggggggggggg', 'ffffffffffffffff', null, null, null, null)")
It is working.
Thanks for your help
Fab