The final step of the setup process is to create a connection to the database.
The OLE DB Connection dialog box appears.
The Connection String Template dialog box appears.
Dreamweaver adds a connection string template in the OLE DB Connection dialog box. The template contains placeholders for missing information in the connection string.
C:\Program Files\Macromedia\Dreamweaver 8\Tutorial_assets\data\tutorial.mdb
NOTE |
|
The path may vary depending on where you installed Dreamweaver. |
For example, you might enter this path as the value of Data Source for a database on your local hard disk:
Data Source=C:\Program Files\Macromedia\Dreamweaver 8\Tutorial_assets\data\tutorial.mdb;
Or you might enter this path for a database on a remote server:
Data Source=C:\users\Denman\Sites\data\tutorial.mdb;
The Access database does not require a user ID or password.
Dreamweaver attempts to connect to the database. If the connection fails, do the following:
The new connection appears in the Databases panel.
The sample ASP.NET application is now set up for the Getting Started with Dreamweaver tutorials. For more information, see Tutorial: Developing a Web Application.