I have been researching the possibility of having a data driven dynamic web site and have encountered some information that might be helpful to you.
The website of
www.perl.com has information on DBI (Database Interface) and DBD (Database Drivers), which is perl's version of 'ODBC' and the drivers necessary to talk to databases outside of 'unix'. It talks about what you need to put in your 'scripts', etc.... Search on DBI and a whole list of information on it comes up.
It does require loading some free perl modules, drivers as well as a database server daemon (from MySQL- suggested) onto the unix server so that you can use the perl DBI in a script similiar to how you use ODBC to connect to an Access database and SQL to get the data from it for inserting, deleting, etc....
I hope this assists you in some way. At this point for my company, I will be requesting if I can put a partition on my PC for 'Linux' and downloading of all these items to 'test' it out. But after reading your request, I thought using it in the reverse would be of help to you in achieving your project, which is the reverse of mine. Right now we don't have any 'data' on the unix web server, but would like to eventually.
If you have any suggestions on how to get my website data-driven and dynamic just using 'unix' please pass that information my way. So far, it looks like the 'ingress' mentioned in a previous reply is out. What's left?
Thanks,
wme9
