How to discard the error in SQL query
[email protected] (Parag Kalra)
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I am executing list of SQL queries from a file. Currently if there is any error (like syntax issue) in any of the sql query it doesn't processes the other remainig queries. I tried executing the queries in 'eval' but it doesn't seem to work. I am using DBI and DBD::Oracle Cheers, Parag