Relative Content

Tag Archive for vb.netsqlite

Vb.net SQLite Date issue

I have a SQLite DB that was created with my VB.net APP. One of the tables has a field to hold a date. Originally I was using datetime or something like that for the data type but was having issues so I changed it to VARCHAR(25) trying to get things to work.