2fd3e79d78c6c6cb7f98d6853ce3b64cc3417219
API/CodeSamples/MySqlConnectionString.md
| ... | ... | @@ -2,6 +2,10 @@ |
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | +##About |
|
| 6 | + |
|
| 7 | +The MySqlConnectionString is used for setting up connections to My SQL databases. This will cause the AdHocContext.Driver object to become a MySqlDriver object. You can specify this setting for an entire user group or you can specify it per-user. |
|
| 8 | + |
|
| 5 | 9 | ##Setting Up a MySQL Connection String |
| 6 | 10 | |
| 7 | 11 | To set up your MySql Connection String, use the AdHocSettings property MySqlConnectionString. |