Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Converting from MySQL to SQLite

by Matts (Deacon)
on Aug 02, 2004 at 19:07 UTC ( [id://379385]=note: print w/replies, xml ) Need Help??


in reply to Converting from MySQL to SQLite

SQLite's model does not return the number of rows once you execute the statement. The DBI states that not all drivers support this, and SQLite is one of the ones that doesn't support it.

The only way to work this is to try and fetch your rows, and if nothing comes back then you know there were no rows (it's just an inversion of your logic there).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 04:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found