Subject | Re: [firebird-support] Re: Inserting a Date Value from Firebird |
---|---|
Author | Alexandre Benson Smith |
Post date | 2004-07-29T01:07:37Z |
berniebialt wrote:
What the "#" means ?
A valid insert statement in FB would be:
Insert into "MstrFile" ("DOB") Values ('10/7/1962')
Assuming you want to insert October, 7th, 1962
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
>I am trying to update the date from vb.net. The actual SQLStringBernie,
>value is:
>
> "Insert into "MstrFile" ("DOB") Values (#10/7/1962#)"
>
>
>
What the "#" means ?
A valid insert statement in FB would be:
Insert into "MstrFile" ("DOB") Values ('10/7/1962')
Assuming you want to insert October, 7th, 1962
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br