I successfully setup mysql and coldserver on my own system,
and got DW to access my database locally. However, after I FTP the
DW files to my hosting server and run the login.cfm page, an error
comes up saying it cannot access the database. I assume it's
because I haven't written down the host, username, password for my
database anywhere in my code yet. I run an Application.cfm page
with a variable name set for my actual database. I've even tried
deleting the variable code and just put in the name of the database
itself on the login page--no luck. Anyway, do I have to put in the
host, username, password somewhere in order to access the database?
Where do I put this code--on the Application.cfm page or on the
login page? OR is there some connection I have to make between DW
and database? I've tried this, but does not work because my host
company won't allow remote access. Bottom line: What is the exact
coldfusion syntax for connecting to database, and where do I put
that syntax?