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

Re^4: Hide Data based on account

by grashoper (Monk)
on Sep 19, 2007 at 17:42 UTC ( [id://639942]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Hide Data based on account
in thread Hide Data based on account

I am using sql, not sure how to add what I need to it though I am thinking at this point just a products lookup table (list) and adding a product id to exisiting alerts table will give me flexibility enough to move forward, can you recommend any good resources on sql, seems like most sites about sql are either too basic or too advanced can't find a nice middle of the road introductory site.

Replies are listed 'Best First'.
Re^5: Hide Data based on account
by snopal (Pilgrim) on Sep 20, 2007 at 14:44 UTC

    Your best resource is the DBI module. With it, you can do SQL queries at your current level of understanding and do the rest in Perl. As your knowledge of SQL gets more sophisticated, you can upgrade your code to take advantage of the database engine capabilities.

    I've always found it easier to learn by example too. MySQL Cookbook may be the middle ground you seek.

Log In?
Username:
Password:

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

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

    No recent polls found