So I am running a query against and SQL database and then attempting to insert the resulting DataTable into an SQLite Database. After running the query I am able to print out the results as a string in a message box, but the results of the table do not appear in my SQLite DB. The keys for the table are there but the data fields are not. Any ideas? Thanks in advance.
were you able to resolve this issue? I am facing the same problem
Hey, I am having the same problem. I have tried some libraries and even got as close as creating a table inside the database but no luck with inserting datatable to db.
I am able to use SQLite now but I do not remember how I solved this exact issue. Have you tried downloading the SQLite IDE in order to see/manipulate your tables?