![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Thanks I want to mean the DBI handle which is obtained after connect call. For the second point let me try to explain further with an example. Say we want to create an database called EmpRec which will comprises of a set tables e.g. EmpAdd, EmpSal etc. Now when we try to connect first we need to connect to EmpRec database. Below are the set of queries which is fired in MySql mysql> CREATE DATABASE EmpRec; mysql> USE EmpRec Database changed So is something like above is supported in SQLite and if yes how we can do thatIn reply to Re^4: SQLite handling of errors through common function
by techman2006
|
|