Of course, the code below inserts the name of the variable, not its content!
How do I do it? Thanks for your help.
var datedujour As String = Format(DateTime.Now.Hour,"00")
db.ExecuteSQL("CREATE TABLE datedujour(id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, surname TEXT)")
4 posts - 3 participants