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
Code:
....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
www.crmpicco.co.uk
www.ie7.com