in reply to Re: SQLite handling of errors through common function
in thread SQLite handling of errors through common function
One more quick thing is there a way to know DBI handler is valid. Say I do a connect call and it went fine. Now at some place in my code I need to perform the operation but before that I want to validate that #dbh is valid. Can we do that?
Also can we have a way to create an schema which comprises of tables like we do in say MySQL etc. I mean to say we have a schema called master which contains tables like tbl1, tbl2 etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SQLite handling of errors through common function
by mje (Curate) on Nov 07, 2013 at 11:04 UTC | |
by techman2006 (Beadle) on Nov 07, 2013 at 12:39 UTC | |
by mje (Curate) on Nov 07, 2013 at 14:09 UTC |