Web Database Access
When designing an Internet application, there are several different DBMS access solutions available. Microsoft has ADO.NET and ASP.NET. Oracle/Sun has Java with JDBC. And the open source world has given us LAMP/WAMP, using PHP to communicate with the back-end DBMS.
Compare and contrast these different DBMS access solutions. Are there environments in which each shines?