yinyang042
08-31-2006, 02:48 PM
I am attempting to learn how to develop asp pages in dreamweaver. My problem is that I am attempting to my college rugby team's site. I dont know what connection I need, either a DSN or a OLEDB connection to send this access database?
I am also attempting to learn how this works because I have my testing server at C:/inetpub/wwwroot/database/
I am not sure how it uploads and works correctly because Im real puzzled when I was looking through tutorials and found that the connection.asp file that is made when you connect via DSN looks almost the same as the one that is up on the internet except for one line:
MM_rugby_data_STRING = "DRIVER{Microsoft Access Driver (.mdb)} DBQ=" & Server.MapPath("/db_bin/rugby_data.mdb") & ";"
I understand that I need this line of code I just do not know how to obtain it and how to correctly connect so that I can make sure everything works correctly when I upload.
Can you please shed some light on this! :)
I am also attempting to learn how this works because I have my testing server at C:/inetpub/wwwroot/database/
I am not sure how it uploads and works correctly because Im real puzzled when I was looking through tutorials and found that the connection.asp file that is made when you connect via DSN looks almost the same as the one that is up on the internet except for one line:
MM_rugby_data_STRING = "DRIVER{Microsoft Access Driver (.mdb)} DBQ=" & Server.MapPath("/db_bin/rugby_data.mdb") & ";"
I understand that I need this line of code I just do not know how to obtain it and how to correctly connect so that I can make sure everything works correctly when I upload.
Can you please shed some light on this! :)