#At file:///C:/work/emtrace/ based on revid:reggie.burnett@stripped
35 Reggie Burnett 2010-06-09
fixed readme related to registering the provider
Bug #53864 Connector/.Net - readme and docs need clarification about connector in config
modified:
readme.txt
=== modified file 'readme.txt'
=== modified file 'readme.txt'
--- a/readme.txt 2009-12-18 15:57:08 +0000
+++ b/readme.txt 2010-06-09 17:06:42 +0000
@@ -45,6 +45,15 @@
<add name="SourceSwitch" value="All"/>
</switches>
</system.diagnostics>
+
+ If Connector/Net is not installed on your system
+ ------------------------------------------------
+ If you run the Connector/Net installer, the provider is registered in the system configuration files.
+ However, if you did not run the installer, you will need to register the provider either in the system
+ configuration file or in the web or app config file for your application. To do that, please
+ include the following snipper in your config file. Be sure to change the version number of the provider
+ to match the version of Connector/Net you are using.
+
<system.data>
<DbProviderFactories>
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20100609170642-5h1r1vw0k85cd9dr.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:35) | Reggie Burnett | 9 Jun |