Sorry Robert,
Here are the details:
Column Type = datetime
format = dd/mm/yyyy hh:mm:ss example = '29/09/2006 10:10:05'
I got this long error message:
at System.DateTimeParse.ParseExactMultiple()
at System.DateTime.ParseExact()
at System.Data.SQLite.SQLiteConvert.ToDateTime()
at System.Data.SQLite.SQLiteConvert.ToDateTime()
at System.Data.SQLite.SQLite3.GetDateTime()
at System.Data.SQLite.SQLite3.GetValue()
at System.Data.SQLite.SQLiteDataReader.GetValue()
at System.Data.SQLite.SQLiteDataReader.get_Item()
at DeviceApplication1.Form1.read_data()
at DeviceApplication1.Form1.cmdSelect_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DeviceApplication1.Form1.Main()
Thanks again.