How to Connect with SqlServer from perl and how to display database table info?
There is a module in perl named DBI – Database independent interface which will be used to connect to any database by using same code. Along with DBI we should use database specific module here it is SQL server. for MSaccess it is DBD::ODBC, for MySQL it is DBD::mysql driver, for integrating oracle with perl use DBD::oracle driver is used. IIy for SQL server there are avilabale many custom defined ppm( perl package manager) like Win32::ODBC, mssql::oleDB etc.so, together with DBI, mssql::oleDB we can access SQL server database from perl. the commands to access database is same for any database.
Related Questions
- Why does the Number of Bids on the Listing Info page display more bids in the table than are listed after I click the Bid History link?
- Is there a way to retrieve and display additional info from the database, like cyclocross or mountain bike categories?
- How to Connect with SqlServer from perl and how to display database table info?