Unrecognized Token : "#" C# to SQLITE
- by user2788405
Background + Problem:
( Begginer here ) I want to populate sqlite db with values from a list I have in my c# code. Here's the sqlite code taken from finisarsqlite website: I modified it a bit by creating my own column names like "seq#" etc.
But I'm getting the following error : "unrecognized token #"
Maybe my syntax is off?
Code:
…