RE: talking to mysql

2002-06-05 Thread Jason Frisvold
lto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 6:26 PM To: perl beginners Subject: talking to mysql Hi, all -- I figure it's time I buckle down and try to crank out some code, and so putting my MP3 collection data into a mysql database seems a worthy challenge. I'll need to do so

Re: talking to mysql

2002-06-04 Thread David T-G
Hi, all -- ...and then David T-G said... % ... % I have perl, the camel book, and a keyboard :-) I'll surf around on % CPAN, but can anyone point me to some good places to look to learn about % this sort of thing? Thanks for the many and varied suggestions, and I'm sorry I wasn't more clear.

Re: talking to mysql

2002-06-04 Thread Robert Thompson
I use this online reference to double check my SQL syntax (no pun intended) and data types: http://www.mysql.com/documentation/mysql/bychapter/manual_toc.html Especially: "6 MySQL Language Reference" AFA perl, use DBI. =-= Robert Thompson On Tue, Jun 04, 2002 at 05:26:24PM -0500, David T-G

talking to mysql

2002-06-04 Thread David T-G
Hi, all -- I figure it's time I buckle down and try to crank out some code, and so putting my MP3 collection data into a mysql database seems a worthy challenge. I'll need to do some database stuff like come up with a structure and some relations and then put the data in and get it out. I have