Skolastix
Programmer
- Jul 31, 2001
- 22
Ok... I am new to Dreamweaver UltraDev, but here are the steps I have taken so far:
1: I have set up my ODBC data source to connect to a Microsoft Access dtabase (ex: myDB.mdb) located on my computer.
2: I have set up my Local Info and Remote info and I was able to successfully upload my files to the Remote Server of my webhosting provider
3: I have set up my Application Server using the ASP 2.0 Server Model and VBScripting language. My FTP Host as ftp.mydomain.com and my Application server as Passive FTP is checked
4: I have set up a new connection for an asp page as connmyDB and my DSN tested sucessfully to my local database "myDB"
5: I added a new recordset and the data bindings show the fields from my database
6: I added a field via drag and drop to my .asp page. I see the {Recordset1.firstname} script
now the issue...
When I go to the live data preview, it does not give me any errors, but the record does not show live data. It still shows the {Recordset.firstname} script instead of the value in the "firstname" field.
What am I doing wrong. I have been trying everything and I am sure I am making a small error somewhere. Also, in order to view live data, should I be trying to connect to a version of the database that resides on my webhosting server or the database on my local machine (as it is currently)?
Any help is greatly appreciated! Thanks!
1: I have set up my ODBC data source to connect to a Microsoft Access dtabase (ex: myDB.mdb) located on my computer.
2: I have set up my Local Info and Remote info and I was able to successfully upload my files to the Remote Server of my webhosting provider
3: I have set up my Application Server using the ASP 2.0 Server Model and VBScripting language. My FTP Host as ftp.mydomain.com and my Application server as Passive FTP is checked
4: I have set up a new connection for an asp page as connmyDB and my DSN tested sucessfully to my local database "myDB"
5: I added a new recordset and the data bindings show the fields from my database
6: I added a field via drag and drop to my .asp page. I see the {Recordset1.firstname} script
now the issue...
When I go to the live data preview, it does not give me any errors, but the record does not show live data. It still shows the {Recordset.firstname} script instead of the value in the "firstname" field.
What am I doing wrong. I have been trying everything and I am sure I am making a small error somewhere. Also, in order to view live data, should I be trying to connect to a version of the database that resides on my webhosting server or the database on my local machine (as it is currently)?
Any help is greatly appreciated! Thanks!