Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: SQL- for starters

by johnnywang (Priest)
on Nov 14, 2004 at 06:36 UTC ( [id://407659]=note: print w/replies, xml ) Need Help??


in reply to SQL- for starters

There are many solutions, most are pretty straight forward. I'd suggest using Class::DBI. To make it even easier, you can use Class::DBI::Loader, which figures out the columns from the database schema directly, assuming you're dealing with some of the standard databases like Mysql or postgres. Of course, if you don't want any machinary, you can always use DBI

Replies are listed 'Best First'.
Re^2: SQL- for starters
by pg (Canon) on Nov 14, 2004 at 06:48 UTC

    I am against Class::DBI for learning purpose. This has nothing to do with whether I like Class::DBI or not, but for a beginner to start with Class::DBI, too many things are hidden from his eyes. It is just not the way to learn, at least not my learning style. It is better to start from where you have to write your own SQL statements.

Log In?
Username:
Password:

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

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

    No recent polls found