Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: SQLite handling of errors through common function

by techman2006 (Beadle)
on Nov 07, 2013 at 12:39 UTC ( [id://1061555]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SQLite handling of errors through common function
in thread SQLite handling of errors through common function

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 that

  • Comment on Re^4: SQLite handling of errors through common function

Replies are listed 'Best First'.
Re^5: SQLite handling of errors through common function
by mje (Curate) on Nov 07, 2013 at 14:09 UTC

    SQLite does not support create database. For different databases you use different files i.e. call connect with a different dbname.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1061555]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-24 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found