Connecting to a Database
Tutorials and Articles
Connecting to a database hosted by a commercial ISP (ASP users only)
If you're an ASP developer and your database is hosted on a commercial ISP, creating a connection to the database can be difficult if you don't know the database's physical path on the server or if you can't define your own DSN. This article describes how to create a connection to such a database.
Database connections primer for Dreamweaver UltraDev 1
Creating a database connection in UltraDev is fairly straightforward. Deciding when and how to connect to a database, however, can be more challenging.This article covers these topics and helps you make the correct decisions when creating a database connection.
TechNotes
- tn_15912—Setting up a DSN in Windows
- tn_15720—System unresponsive when retrieving stored procedures
- tn_15432—ODBC 80004005 Unspecified error
- tn_15389—Error calling getTables: an unidentified error has occurred
- tn_15267—Removing parameter brackets for Oracle thin driver connections
- tn_15210—Blueworld provides an alternative to ODBC connectivity with FileMaker
- tn_15205—Error: 'Unable to load odbctl32.dll'
- tn_14967—Using Server.MapPath in database connection strings
- tn_14925—No Records Found error is displayed when creating a recordset using number data types from an Oracle database
- tn_14880—SQL server errors for stored procedures using JSP
- tn_14856—Slow performance occurs on recordset statistics used in a large table
- tn_14855—An open connection to an Oracle database doesn't recognize reset
- tn_14783—How to setup the RmiJDBC server on Windows 98
- tn_14653—Concatenated Connection Strings result in improper rendering of Recordset fields in the Data Bindings inspector
- tn_14578—Using JDBC connections
- tn_14577—Using ADO Connections in UltraDev
- tn_14438—Setting the database connection timeout in Dreamweaver UltraDev