Session and redirect oddity

2002-12-13 Thread Aaron Johnson
I have setup an email that sends users a report URL and the URL contains the query string to determine which report to pull. When they go to the page with the query string it uses the session (%udat) to hold the information. I then check to see if the user is logged in. If the user is logged in th

Re: DBIx::Recordset -> Search filtering

2002-12-13 Thread Kee Hinckley
At 4:08 PM -0600 12/13/02, Carlos Kassab wrote: Hi: I know i can do this kind of filtering with DBI::recordset: http://localhost/recordset1.epl?year=2002;month=10 But can i do some more complicated filtering as in a select sentence? select name from agenda where name like 'caro%' Sure. $agen

DBIx::Recordset -> Search filtering

2002-12-13 Thread Carlos Kassab
Hi: I know i can do this kind of filtering with DBI::recordset: http://localhost/recordset1.epl?year=2002;month=10 But can i do some more complicated filtering as in a select sentence? select name from agenda where name like 'caro%' Thank you for your help in advance Carlos Kassab --