Welcome, Guest. Please login or register.

Author Topic: Amiga database with HTML output?  (Read 2143 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Amiga1200PPC

  • Newbie
  • *
  • Join Date: Sep 2002
  • Posts: 25
    • Show all replies
Re: Amiga database with HTML output?
« on: June 26, 2004, 11:09:29 PM »
There are mySQL ports available for AmigaOS and MorphOS.
 

Offline Amiga1200PPC

  • Newbie
  • *
  • Join Date: Sep 2002
  • Posts: 25
    • Show all replies
Re: Amiga database with HTML output?
« Reply #1 on: June 27, 2004, 11:38:47 AM »
I don't know, if there is a database, that outputs html.

If you want to do it the Amiga way, you can do the somethink like this:

- use a database with ARexx access
- a http server with cgi/ARexx support
- query the database and generate the html ouput with an ARexx program

et voila, that's it.


Instead of ARexx, you could also use a compiler language like c, pascal, modula etc. if you like.