in reply to Re: Passing data from one perl script to another.
in thread Problem constructing an SQL query with LIKE clauses
you have $STH->execute (like_arg(....
I tried $sth->execute($Client,$Product,....)
and it failed. I tried looking for like_arg and realise it must be something obvious I cannot grasp. I guess I have been going at this too long... Trying to get this ready for tomorrow. DId not see my bug until end of day and need the functionality. I also thought of adding \ into the string, but realise that would be sloppy and I do not want that.
I am ready for the next tid bit of info if you are willing to forward it
Simon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Passing data from one perl script to another.
by dws (Chancellor) on Apr 17, 2002 at 03:53 UTC |