I have UD4 pages working on my NT4 with Mysql.
There are two ways to connect to database:
1. Via myodbc, in this case you can connect using DSN name.
2. Through the connection string:
YourRS.ActiveConnection =
"Driver=MySQL};Server=localhost;DATABASE=YourDBname;UID=Username;pwd=yourpas
swd;";
Mak
"Murph" <[EMAIL PROTECTED]> writes:
> I'm test-driving Dreamweaver UltraDev 4 and can't get it to connect to =
> my remotely hosted MySQL database despite the last six hours' worth of =
> effort. Macromedia's online docs aren't helping much.
Can you do it via any other front end?
--
Dave Hodg