Link to home
Start Free TrialLog in
Avatar of goanakin
goanakin

asked on

Linking databases using cgi or perl

How do I display the data from a database on a web site so that people may come and view it, make changes, buy things etc?
Avatar of b2pi
b2pi
Flag of United States of America image

What kind of database is is?
You could use Perl's DBI (Database Interface) and depending on
the database you use(Sybase, Oracle,...), you could install some
extra modules into perl in order to talk directly to the DB and
send the data back to the Web. It is a complex question and I can't have a precise answer to it. Check www.perl.com and the CPAN archive for the modules you need. All docs are online.
Avatar of kaijen
kaijen

If you're working on a win32-basis you also could use the Win32::ODBC module. More information on databases with Win32 you'll find at http://www.geocities.com/SiliconValley/Way/6278/perl-win32-database.html

Best regards,
Kai.
ASKER CERTIFIED SOLUTION
Avatar of Christoph082498
Christoph082498

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial