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
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