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
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-12-01 03:40:44 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-12-01 03:40:44 +0300
commite3f33e5e35a83e5bc84415f3f04b6f168dd1361d (patch)
tree10ead1a75e6000cc6196291a46014571d656507e /web/sqlite
parent1e1a1f8a9cef34f3c674af814bf16cf600389e55 (diff)
Fix typo
svn path=/trunk/mono/; revision=20643
Diffstat (limited to 'web/sqlite')
-rwxr-xr-xweb/sqlite2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sqlite b/web/sqlite
index 35ee3056896..6730477202c 100755
--- a/web/sqlite
+++ b/web/sqlite
@@ -82,7 +82,7 @@
{
string connectionString = "URI=file:SqliteTest.db";
IDbConnection dbcon;
- dbcon = new MySQLConnection(connectionString);
+ dbcon = new SqliteConnection(connectionString);
dbcon.Open();
IDbCommand dbcmd = dbcon.CreateCommand();
// requires a table to be created named employee