Gossamer Forum
Home : General : Perl Programming :

DBI Question

Quote Reply
DBI Question
Hi All,

What's the easiest and most efficient way, using DBI, to do a SELECT and UPDATE within the same subroutine ?

Thanks for your help !

Quote Reply
Re: DBI Question In reply to
What database program are you using? If you are using MySQL...example codes for INSERTing, SELECTing, and UPDATing data into MySQL tables have been discussed before in this forum.

Regards,

Eliot Lee