RE: .net Datetime loads without error but table empty

2018-10-15 Thread wt
this is sorted now thanks Stan - >net has several ways to do it and it didn't seem to like the other ways i was trying. simply setting it to datetime.touniversaltime resolved it. I do however think it odd that ignite was not throwing any errors -- Sent from:

RE: .net Datetime loads without error but table empty

2018-10-15 Thread Stanislav Lukyanov
Subject: RE: .net Datetime loads without error but table empty A guess: the value is being saved, but due to an issue with name or type matching in the QueryEntity SQL engine doesn’t return it. Look for the problem in the cache config (queryEntities property), pay attention to the names, etc. Stan

RE: .net Datetime loads without error but table empty

2018-10-15 Thread Stanislav Lukyanov
A guess: the value is being saved, but due to an issue with name or type matching in the QueryEntity SQL engine doesn’t return it. Look for the problem in the cache config (queryEntities property), pay attention to the names, etc. Stan From: wt Sent: 15 октября 2018 г. 12:47 To: