in reply to Data format verification for insertion into a database
At one level, what constitutes correct format is application-specific.
At another level, things like data with embedded quotes can be handled automatically by DBI if you use parameter markers in your queries and pass values to execute(), where they'll be automagically quoted.
Could you be a little more specific about what you mean by "verification of data format"?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Data format verification for insertion into a database
by antirice (Priest) on Apr 25, 2003 at 06:17 UTC | |
by dws (Chancellor) on Apr 25, 2003 at 06:27 UTC |