Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: SQLite and CPU Usage

by Corion (Patriarch)
on Aug 02, 2004 at 10:58 UTC ( [id://379248]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package ASE::DB;
    use strict;
    ...
    
    __PACKAGE__->set_db( Main => "dbi:SQLite:dbname=d:/data/ase.sqlite",""
    +,"", 
      {RaiseError => 1, AutoCommit => 0} );
    
  2. or download this
        ASE::DB->db_Main->commit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-26 08:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found