
mckhendry
Deleted
Oct 11, 2000, 6:40 AM
Post #2 of 2
(438 views)
|
|
Re: how can I use SQL in my Perl Script
[In reply to]
|
Can't Post
|
|
You might want to provide more information about what type of database you have, or if you don't have a database already, let me suggest mysql. Also, you will want to use DBI to interact with your database. I recommend going to http://www.mysql.com/ for mysql info. http://www.mysql.com/information/crash-me.php does a comparison of mysql to a number of other databases, including oracle. This might help you out in your decision. There's plenty of info on DBI if you just look around. [This message has been edited by mckhendry (edited 10-11-2000).]
|