Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
lectus is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: SqlLite3 crashes on Fetch()
Next Topic: Use ctrls in another tab as detail problem
Goto Forum:
  


Current Time: Fri Apr 26 01:00:37 CEST 2024

Total time taken to generate the page: 3.01011 seconds