Skip to content
Advertisement

SQLite, insert variable in my table (c# console app)

I was wondering if it is possible to insert a variable in my SQLite table (like the TheName in the example code) , and if it is how are you able to do it ?

Advertisement

Answer

You need parameterized queries:

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement