PDA

View Full Version : Basic starter kit to have MySQL and ASP.NET running


crmpicco
05-08-2006, 02:01 PM
Hi all,

I am wondering if someone could tell me what software I need to install on my Microsoft Windows XP Professional PC to allow me to run ASP.NET scripts that will connect to a MySQL database locally and return results?

I.E. have a test script:

test.aspx

....ASP.NET code....

Set rs=con.execute("SELECT * from tablename")
response.write rs("columnname")

....ASP.NET code....


(I know that is Classic ASP, its just an example ;-)

Basically, I have nothing installed at the moment.

Any help is very much appreciated.

Picco

vinyl-junkie
05-08-2006, 05:26 PM
A little Googling yielded what appears to be a pretty good article here (http://www.stardeveloper.com/articles/display.html?article=2003052201&page=1).

crmpicco
05-09-2006, 02:10 PM
thats Excellent Pat - thanks very much......

vinyl-junkie
05-10-2006, 03:51 AM
Shhh!! You're not supposed to know my real name. :eek:

Just kidding. Anyway, you're welcome. I'm glad I could help. :)