Results 1 to 4 of 4
Can perl implement database from say.....MS Access (cringe) or SQL to make a fully operational gui-equipped application?j/w...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-26-2003 #1Just Joined!
- Join Date
- Dec 2002
- Location
- Cleveland, Ohio
- Posts
- 36
Perl database programmng!?
Can perl implement database from say.....MS Access (cringe) or SQL to make a fully operational gui-equipped application?j/w
- 08-26-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Perl can pretty much work with any database available. http://www.cpan.org will have all the database modules there.
- 08-26-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Yes perl have database support for the most common database types, like oracle,mysql,postregsql and so on. For that you have to install Perl-DBI and then install DBD for the specific database type... You can also build simple GUI:s in Perl if it was that you wondered.
Regards
Andutt
- 12-18-2003 #4Just Joined!
- Join Date
- Dec 2003
- Posts
- 1
For access to MSAccess or MSSQL data sources, you will need to use the ODBC interfaces. If you are running perl on MSWin platforms, you can use Win23::ODBC. You can use the Perl ODBC libraries on either MSWin or nonMSWin platforms.
See the O'Reilly "Programming the Perl DBI" book for a discussion of the relative merits of each.


Reply With Quote
