Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/mysql
diff options
context:
space:
mode:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2003-08-16 02:07:57 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2003-08-16 02:07:57 +0400
commitb22f0fcb490bd9f3b1f0d342da2553fb33504a24 (patch)
treea614898649116540c976f709b707fcfa6ae4cae6 /web/mysql
parent2b8f341abd87a49473489a85e83babe464f68f53 (diff)
Missed this one too.
svn path=/trunk/mono/; revision=17361
Diffstat (limited to 'web/mysql')
-rwxr-xr-xweb/mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/mysql b/web/mysql
index b35f4ef7990..7b0a4d5811b 100755
--- a/web/mysql
+++ b/web/mysql
@@ -175,7 +175,7 @@
"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