Subject | Re: [firebird-support] Delphi and Firebird |
---|---|
Author | Martijn Tonies |
Post date | 2004-11-03T18:20:28Z |
Hello,
MM/DD/YYYY
But: why?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> At the moment I query a table between date with the use of parameters.The US format:
>
> as in
>
> select *
> from x
> where A = :MyDate
>
> With the use of parameters, you just pas :MyDate as a Date and you
> don't have to worry about the right formatting of the Date.
>
> Now, because of circumstances, I would like to not use parameters, but
> I would like to create the sql code on the fly, as in
>
> select *
> from x
> where A = '2003/01/20'
>
> Is there a way to know the exact format to be used?
MM/DD/YYYY
But: why?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com