b23757ee393119847cca560888aa3168040ef9c9
FAQ/Database/ODBC-Connection-String.md
| ... | ... | @@ -2,7 +2,11 @@ |
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | -##Will My ODBC Connection String Work With Izenda Reports? |
|
| 5 | +##Question |
|
| 6 | + |
|
| 7 | +Will My ODBC Connection String Work With Izenda Reports? |
|
| 8 | + |
|
| 9 | +##Answer |
|
| 6 | 10 | |
| 7 | 11 | Izenda Reports requires that a .NET provider and associated connection string be used. This means that a .NET provider of some kind must be installed to access your database (e.g. Oracle.Net, MySQL.net provider, etc). The provider will usually be installed on the web server (Microsoft IIS 5 or higher) that hosts the Izenda Reports application. This will allow Izenda Reports to access the ADO.NET provider for the database that formerly used an ODBC connection. Please note that installing a provider should not change any existing ODBC functionality, but it is always best to check with the provider vendor for full details. |
| 8 | 12 |