Re: [sqlite] SQLite DateTime issue

2013-10-11 Thread Simon Slavin
On 11 Oct 2013, at 4:05am, tpalumbo wrote: > Have a strange issue. Creating a Windows Phone 8 app, (c#, xaml), using > SQLite. I have a simple table that has 3 fields defined in database as > follows > RecordID (int) > Name (nvarchar) > RecordDate (DateTime) > > In the in the app the model is

[sqlite] SQLite DateTime issue

2013-10-11 Thread tpalumbo
Hi All, Have a strange issue. Creating a Windows Phone 8 app, (c#, xaml), using SQLite. I have a simple table that has 3 fields defined in database as follows RecordID (int) Name (nvarchar) RecordDate (DateTime) In the in the app the model is defined the same. The table does have 5 records in i