Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Databses

Status
Not open for further replies.

sauser

Programmer
Aug 22, 2001
49
US
Guys i am really a newbie to perl, but i tsrat getting hang of it. What is driving me crazy is databasing. I tried cpan.org to find some documentations. But could not access the site for some reason. May be somebody of you knows good tutorial on how to do simple commands like Insert Create and such through perl.

Thanks
 
I've never had any trouble with What database are you using? msql, MySQL, or some other. It can make a big difference. There are some good sites for mysql documentation (ie There are also lots of good books out there, so I hear. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
I am using MySQL


well i don't know i had some problems with it. May be my DNS is messed up


 
ok I just went to cpan it is working again.
It has so many docs. I am kinda getting lost. It is just if somebody could point me in the irght direction. I just need simple databse commands like Insert and Craet how do i do that?
 
what you should look for is DBI, and you'll also need to get the DBD::mySQL module. after you get and install those two, just type 'perldoc DBI' and that will give you lots to work with. good luck. "If you think you're too small to make a difference, try spending a night in a closed tent with a mosquito."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top