burnsoftnet / tailSQLite

This is an attempt to make an application to tail a SQLLite database, based on the table or view that you wish to follow and watch while your application interacts with the database.
MIT License
0 stars 0 forks source link

String was not recognized as a valid DateTime. #3

Closed burnsoftnet closed 5 years ago

burnsoftnet commented 7 years ago

When it was reading a datetime field and converted to string, it got that error

burnsoftnet commented 7 years ago

still an issue on database that the problem was first detected on, 3 dt DATETIME

burnsoftnet commented 7 years ago

Works Great when column is set to TIMESTAMP, has an issue with the datetime format and unable to cast value.