Subject Re: [firebird-support] Re: Posting Question to IBPP Discussion? 2ne Attempt.
Author Helen Borrie
At 07:12 PM 10/12/2004 +0000, you wrote:

> I'm using dynamic SQL, and my INSERT statements looks like:
>
> INSERT INTO nr_stroke_desc_table_01
> (
> time_stamp
> )
> values
> (
> '2004-12-03 09:39:04.546'
> )
>
> I can blow off retrieving milliseconds for now, but I do
>need to be saving them. Does this construct do that?

Yes. If you supply a valid literal, the server stores exactly what it
receives.

Please trim your messages.

./heLen