ASP.NET with MySQL

gamerdude

New Member
Messages
101
Reaction score
0
Points
0
I've been developing in PHP but recently decided to go with asp.net for my newest project due to its greater capabilities. Though, seeing as how x10 only supports MySQL and PostgreSQL I am unsure what I can do. If it helps, I'm working on a dynamic page system for easy content add-on by admins and possibly users. I'm not going for a full blown wiki, just the option to add and edit content on existing pages.
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
Every time I've dealt with ASP, which isn't often, the db server has been SQL Server. So I'm not too sure on this myself, but a quick google search turns up this:

VB:
http://aspnet101.com/aspnet101/aspnet/codesample.aspx?code=mysqlcode

C#:
http://www.stardeveloper.com/articles/display.html?article=2003052201&page=9
http://www.stardeveloper.com/articles/display.html?article=2003052201&page=10

I don't think you need to bother with the setup of mysql for ASP since I would assume x10 has taken care of that.
 
Top