Mary
|
| Posted: 04/01/2002, 9:42 AM |
|
Hi,
I need to query an Access mdb and select records based on date ranges.
I see examples for handling Access dates in ASP etc. How can I do this in
JSP?
Where do I put the code in CodeCharge?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 04/02/2002, 3:43 AM |
|
The code apparently should be put into Form/Open event.
E.g.
sWhere=replace(sWhere, "'" & GetParam("start_date") + "'", "#" +
GetParam("start_date") + "#");
--
Alex
CodeCharge Developer
"Mary" <mary@medi.com> wrote in message
news:a8a65j$rmc$1@news.codecharge.com...
> Hi,
>
> I need to query an Access mdb and select records based on date ranges.
>
> I see examples for handling Access dates in ASP etc. How can I do this in
> JSP?
>
> Where do I put the code in CodeCharge?
>
>
|
|
|
 |
|