English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have designed a website in Dreamweaver and I have a Database with tables and reports etc. done within Microsoft Access. How can I link a box on the website to a list box in the Database to show information on the webpage from the Database

2007-03-18 08:08:23 · 2 answers · asked by kewlguitarist 2 in Computers & Internet Programming & Design

2 answers

You can't do this directly. You need some for of server side scripting environment.

The specifics would depend on the environment you use, e.g. in Perl you could use:

CGI to get the server talking to your code:
http://users.easystreet.com/ovid/cgi_course/index.html

DBD::ODBC to talk to Access from Perl
http://search.cpan.org/~jurl/DBD-ODBC-1.13/ODBC.pm

Template-Toolkit to output your data:
http://template-toolkit.org/

2007-03-18 08:17:14 · answer #1 · answered by David D 7 · 0 0

It's a little more complicated than that just linking. I recommend reading up on PHP and mySQL.

2007-03-18 08:25:15 · answer #2 · answered by drewhack 3 · 0 0

fedest.com, questions and answers