in reply to Re: Escaping SQL correctly
in thread Escaping SQL correctly
Don't you want to connect to a database and send the escaped SQL to it?
No.
I need to generate correctly-formed SQL statements to use in a report, which will then be reviewed by human eyes before entered in a database.
That quote method looks promising, but I'd still need a handle. Is there any way to construct one without actually creating a database connection?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Escaping SQL correctly
by jZed (Prior) on Mar 08, 2006 at 01:52 UTC | |
by Anonymous Monk on Mar 08, 2006 at 01:56 UTC |