Home » U++ Library support » U++ SQL » How to store a DATETIME in Sqlite?
Re: How to store a DATETIME in Sqlite? [message #38344 is a reply to message #38141] |
Tue, 11 December 2012 20:32   |
lectus
Messages: 329 Registered: September 2006 Location: Brazil
|
Senior Member |
|
|
Hi!
If I want to store a U++ Time in DD/MM/YYYY HH:MM format in Sqlite database what do I need to do?
I'm having trouble deciding if I should use:
TABLE_(MY_TABLE)
DATE_ (tm)
END_TABLE
or
TABLE_(MY_TABLE)
TIME_ (tm)
END_TABLE
or even
TABLE_(MY_TABLE)
DATETIME_ (tm)
END_TABLE
in .sch files.
I'm using a SqlArray control.
[Updated on: Tue, 11 December 2012 20:33] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Apr 29 00:30:37 CEST 2025
Total time taken to generate the page: 0.04951 seconds
|