InverseOfNeo
Diamond Member
This is somewhat of a continuation of my other thread....
I have been trying to make a web application. But don't really know how. So I thought I would start with a simple signup script. Someone suggested I use ASP because I was using SQL Server 2005. I am using MS Visual Web Developer Express and SQL server 2005 express. I am able to view my databases in the web dev program. I "drag and dropped" the "CreateUserWizard" template that Visual Web Developer comes with, but I cant figure out how to make it talk to the database to add a user. I have manually created a table with the necessary colums. I get some funky error if I try to preview it in a browswer as well. The code below is from Visual Web Developer 2005 Express.
2. When I try connecting to the SQL Server 2005 through Dreamweaver (using Cold Fusion), I get this error and not sure why. I thought it had something to do with the JDBC driver which I am pretty sure I have correctly installed it. Dreamweaver Error
I have been trying to make a web application. But don't really know how. So I thought I would start with a simple signup script. Someone suggested I use ASP because I was using SQL Server 2005. I am using MS Visual Web Developer Express and SQL server 2005 express. I am able to view my databases in the web dev program. I "drag and dropped" the "CreateUserWizard" template that Visual Web Developer comes with, but I cant figure out how to make it talk to the database to add a user. I have manually created a table with the necessary colums. I get some funky error if I try to preview it in a browswer as well. The code below is from Visual Web Developer 2005 Express.
2. When I try connecting to the SQL Server 2005 through Dreamweaver (using Cold Fusion), I get this error and not sure why. I thought it had something to do with the JDBC driver which I am pretty sure I have correctly installed it. Dreamweaver Error