Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: DBD::SQLite dilemma

by dws (Chancellor)
on Aug 11, 2003 at 17:36 UTC ( [id://282953]=note: print w/replies, xml ) Need Help??


in reply to DBD::SQLite dilemma

3. Just go with it, and inform people who complain about it how to deal with the error

Another vote for door number three.

Those of us who deal with different databases are unlikely to expect

my $rowcount = $dbh->do("SELECT * FROM TABLE");
to be portable, and will opt for COUNT(*) (or the equivalent) instead. And those who haven't yet experienced the joys of porting database applications to different RDBMs are getting set up for an unpleasant surprise when they use that construct.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found