Hi Everyone, I have information in a Microsoft Access database. How do I take that information and display it on my internet site? What commands should I use? Thanks
What programming language are you going to use to connect to it? I would highly recommend upping to SQL Server Express (2005 or 2008) if possible. - http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx It's totally free and is made to be a true relational database, and can easily be used as a web server's database.
Look at ADO.net or even ODBC - you will need windows hosting and although you can use PHP its simpler to use ASP.Net and VB.net/c# for your site