user0023
11-21-2002, 01:39 AM
Im trying to write a script which connects my website to my sql database using asp. Does anybody know how?
Please make an example. Thank you.
Please make an example. Thank you.
![]() | View Full Version : asp help user0023 11-21-2002, 01:39 AM Im trying to write a script which connects my website to my sql database using asp. Does anybody know how? Please make an example. Thank you. TowerHost 11-21-2002, 02:46 AM Umm have you actually tried looking this up? :D Google.com - "asp mysql database tutorial" without the quotes 58, 000 results If you're lazy... http://www.google.ca/search?q=asp+mysql+database+tutorial&ie=UTF-8&oe=UTF-8&hl=en&meta= This is one I found quickly ... mainly a howto transfer from access to mysql but still have mysql connect info: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=7739&lngWId=4 Just a note - why are you using a MySQL database with ASP? Why not use PHP and MySQL? Or ASP and MS SQL or Access? Bulldog 11-24-2002, 12:26 AM http://www.411asp.net |