From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e686c2c95beefb1c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: 402450@cepsz.unizar.es (Jano) Newsgroups: comp.lang.ada Subject: Re: Inserting Calendar.Time in a database Date: 18 Aug 2004 21:10:39 -0700 Organization: http://groups.google.com Message-ID: <5d6fdb61.0408182010.740e36aa@posting.google.com> References: <1jgik0ntrex36$.1pyha1husddpe.dlg@40tude.net> <41134e18$1_1@baen1673807.greenlnk.net> <94tir0ejn3n4$.a7o1lv87loha$.dlg@40tude.net> <13x45njobjvn3.yhisk87dws3.dlg@40tude.net> <1j730n9o2lgav$.rvhdl0zjqvnw$.dlg@40tude.net> NNTP-Posting-Host: 62.101.164.138 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1092888640 4539 127.0.0.1 (19 Aug 2004 04:10:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Aug 2004 04:10:40 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2834 Date: 2004-08-18T21:10:39-07:00 List-Id: "Nick Roberts" wrote in message news:... > Couldn't one simply use: > > insert into values > (..., Current_Timestamp, ...) > > ? Yep, but I need several records having the same, exact timestamp, so I can't use the native function directly in several inserts. That's the reason to get the time in the Ada code.