Tunisian made Blogging hallucinations
TimeStamp ?
A timestamp is generally a Databse vocabullary wich means a date format, the real stored dateformat that you’ll certianlly not remark else you’ve already read about it, in the database, the date and time and stored together in the fomrat [Date] : [Time] >> mm/dd/yyyy: hh:mm:ss, so where you intend to inset a date row, the data will be in this : 10/05/2003 00:00:00 and when dealing with time only you get this 12/31/9999 10:30:32 it’s a technique that makes the storing effort more easy for the DBMS (Data Base Managamement System). That’s why it’s always advised to try to make use of that’s feature, not just for the data itself but maybe for other purposes for example when inserting the date of an operation such as sale, stock entry, it would be very usesfull to inset the time within when that date row cost time and date, so why passing through !
| Print article | This entry was posted by karim2k on October 20, 2003 at 1:27 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
No trackbacks yet.
Comments are closed.
about 6 years ago
veryuseful..Really
about 6 years ago
It’s true for interbase too !