Hi All!!

I am searching a Forum open source made using asp.net and which
suppurt Mysql database.

Untill now I have found that:
[url]http://www.asp.net/Forums/Download/Default.aspx?tabindex=0&tabid=1[/url] :
it is a Great open source asp.net Forum but supports only SqlServer!

This forum works in that way:

FORUM --> DRIVER SQL --> STORED PROCEDURES --> DATABASE

But for using Mysql I have to do that:

FORUM --> QUERY SQL --> DRIVER MYSQL --> DATABASE

The trouble is I need to transform the STORED PROCEDURES into QUERY
SQL !!
....to change something that stay inside a database into anotherone
that has to work in the same way but that in written using VB. NET

So you could help me in 2 way:
1) Suggest me how to transform the Stored Procedures into Query Sql
2) Suggest me another open source asp.net forum that works with Mysql


THANKS to ALL :-)

by Simon2You