Hello guys, i have some asp pages and a database all uploaded in Brinkster.com. Because i was working on a local intranet (my PC) to test and prepare the pages, i don't know what i have to change in order to make them work on the web. What changes in the code do i have to make? One thing is DSNless connection, but can Dreamweaver do it automatically?
no dreamweaver cannot do it automatically, but you can use a DSN less connection in DWUD 4, the best way is just to make the changes in the connections folder before you upload, just comment out the DSN and put in a DSN-less for going on the web and change back for locally.
How do i change that in order to work with Brinkster.com? They say that i should use (for a DSNless connection that is) the following code in my asp pages:
At this point you can define a SQL statement and execute it:
sql = "select * from myTable" Set RS = Conn.Execute(sql)
But do i do that in my DSN_Connection file or in the pages? Especially in the login page of my site, i don't have anything like that because i used the "USER AUTHENTICATION" feature Of Dreamweaver UltraDEV 4..