Re: Sql Date Question
- From: "Kevin Frevert" <kevin@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Nov 2006 14:12:20 -0600
Parameters.ParamByName('EndDate').Value :=
FormatDateTime('mm/dd/yyyy 11:59PM', StartDate);
Oops, should be..
Parameters.ParamByName('EndDate').Value := FormatDateTime('mm/dd/yyyy
11:59PM', EndDate);
.
- References:
- Sql Date Question
- From: John
- Re: Sql Date Question
- From: Kevin Frevert
- Sql Date Question
- Prev by Date: Re: Handling Open Exception
- Next by Date: Re: Find next ...
- Previous by thread: Re: Sql Date Question
- Next by thread: Re: Sql Date Question
- Index(es):