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/odbc
diff options
context:
space:
mode:
Diffstat (limited to 'web/odbc')
-rwxr-xr-xweb/odbc8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/odbc b/web/odbc
index 80143fcb7eb..e29bc448552 100755
--- a/web/odbc
+++ b/web/odbc
@@ -134,10 +134,10 @@
<li>Here is a ConnectionString format if you do not have a DSN (have not
gotten this to work though):
<pre>
-"DRIVER={MySQL ODBC 3.51 Driver};" +
-"SERVER=localhost;DATABASE=test;" +
-"UID=myuserid;PASSWORD=mypassword;" +
-"OPTION=3";
+"DRIVER={MySQL ODBC 3.51 Driver};" +
+"SERVER=localhost;DATABASE=test;" +
+"UID=myuserid;PASSWORD=mypassword;" +
+"OPTION=3";
</pre>
</li>