Arghh
[mono.git] / web / mysql
index b35f4ef799064930dea9527faae23b789e7405bd..7b0a4d5811b9aef500cb6d8a6c6572c30f620cc1 100755 (executable)
--- a/web/mysql
+++ b/web/mysql
           "User ID=myuserid;" +
           "Password=mypassword;";
        IDbConnection dbcon;
-       dbcon = new MySQLConnection(connectionString);
+       dbcon = new MySqlConnection(connectionString);
        dbcon.Open();
        IDbCommand dbcmd = dbcon.CreateCommand();
        // requires a table to be created named employee