Jeff Scott
|
| Posted: 11/19/2002, 9:38 AM |
|
If I build a grid that does a straight select everything is fine. But if I build a Grid, with a Search form, the prepare statement fails. I'm running on Solaris, Oracle 8 enterprise, Perl 5 w/templates.
|
|
|
 |
Tom
|
| Posted: 11/26/2002, 10:22 AM |
|
No perl experience but are you searching with a date field? They are a pain with Oracle. Make sure format of the date is right with an alter session command. See CC tips for more on Oracle dates.
Also, turn on your debug so you can see the sql statement that is trying to execute. It may give you more clues.
|
|
|
 |
|