• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How many different databases that run a web site?

There are usually 2 components needed to run a database driven web site: a server-side scripting language and the database itself. You have the server-side scripting language query the database to select, update, delete and modify records.

Server Side Scripting Languages:
ASP
ASP.NET
PHP
ColdFusion

Databases:
SQL Server
MySQL
Oracle
Access
Postgre
MSDE

There are obviously many that I have missed but that's a basic list.
 
Back
Top