Hello,
where I work, since the day i got here all programming has used a odbc connector from mysql.com to connect to a mysql database on the local network..
i'm wondering if this is a waisted effort, and just introduces more steps and if it would be wiser to just use a direct connection in .net instead of using the odbc layer..
thanks