Answered
Setting up remotely
I have a few basic pages that on my local machine are
working.
index.cfm which has a register link and login form
register.cfm, linked from the index.cfm that inserts into medrec.users
addbiographical.cfm that updates medrec.users table
these are set up in dreamweaver 8 with coldfusion developer. My datasource is medrec and datasource variable name is Request.DSN. Here is some of the code from index.cfm.
The folks at register.com have setup a datasource and the info they provided is as follows:
DSN: medrec_preventmd_net
Database Type: Access
Database Name: medrec.mdb
Language: ColdFusionMX
I need some direction on how to make changes to the code to connect and query the datasource on the remote server. And is there a way to set up future pages locally and test and put them remotely with minimal coding changes. Thanks in advance for your help, I apologize for my newbieness. As a side note I have watched the video tutorials from lynda.com "Learning Coldfusion" and "Dreamweaver 8 Dynamic Development" and find them to be quite informative but of course they can't address every question/problem and that is why I look to you.
index.cfm which has a register link and login form
register.cfm, linked from the index.cfm that inserts into medrec.users
addbiographical.cfm that updates medrec.users table
these are set up in dreamweaver 8 with coldfusion developer. My datasource is medrec and datasource variable name is Request.DSN. Here is some of the code from index.cfm.
The folks at register.com have setup a datasource and the info they provided is as follows:
DSN: medrec_preventmd_net
Database Type: Access
Database Name: medrec.mdb
Language: ColdFusionMX
I need some direction on how to make changes to the code to connect and query the datasource on the remote server. And is there a way to set up future pages locally and test and put them remotely with minimal coding changes. Thanks in advance for your help, I apologize for my newbieness. As a side note I have watched the video tutorials from lynda.com "Learning Coldfusion" and "Dreamweaver 8 Dynamic Development" and find them to be quite informative but of course they can't address every question/problem and that is why I look to you.