Databases
Dreamweaver UltraDev allows you to build sites that connect to most databases. The method used for connecting to a database will vary depending on your application server.
If you're building an ASP site, you can connect to any database through ODBC or OLE-DB. If you're working on a ColdFusion site, you can connect to databases through ODBC, OLE-DB and native drivers for Oracle and DB2. If you're working on a JSP site, you can connect to databases through JDBC.
For small scale sites that will not have a lot of data, you should consider file-based databases like Microsoft Access. For sites that will have a lot of traffic and a lot of data, you should consider enterprise-strength databases like Oracle 8i, Microsoft SQL Server, and IBM DB2.
|