in reply to give me one best DB(MSSQL,MySQl or Oracle)which is access from perl programs
I am not sure, if I completely understand your question, but I think you should study the documentation of the following modules: DBI and - depending on your DB backend - DBD::Oracle, DBD::MySQL, etc.
PM also has a Database Programming tutorial section and the DBI-Homepage is also a good starting point.
Maybe you should start with:
Come back with a concrete code sample if you have problems.
HTH
|
|---|