RE: talking to mysql

2002-06-05 Thread Jason Frisvold
Greetings... I find the easiest way to talk to mySQL (and get a response!) is via DBI... I'm guessing it's perdoc DBI, but I may be wrong... :) If you need any help, I do this sort of dirty work on a daily basis... --- Jason H. Frisvold Senior ATM Engineer Engineering

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