Dreamweaver UltraDev Cookbook
Create a System DSN
Hiran de Silva

Go Start > Settings > Control Panel
Double click ODBC Data Sources (32 bit)
Select the System DSN tab
Click Add
Select the Microsoft Access Driver or other appropriate driver for another database (eg. SQL Server 7)
Click Finish

You now have the Setup dialog box.
Enter a Data Source Name. You will need to remember this when you get back to UltraDev
Click Select and browse to your database.

Ok all the way to exit.

When you get back to UltraDev you will tell your application where your database is by referring to it by its DNS. It you move or rename your database all you need to do is make the amendment in this dialog box.

Home