2275f2fbde17eaf53529b3941044552031c1c193
Guides/Izenda-AdHoc-Driver.md
| ... | ... | @@ -221,8 +221,8 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig //Izenda.AdHo |
| 221 | 221 | Izenda.Fusion.FusionDriver fusionDriver = new Izenda.Fusion.FusionDriver(); |
| 222 | 222 | |
| 223 | 223 | //Initialize the connections on the driver |
| 224 | - fusionDriver.AddConnection("SqlNW", Izenda.Fusion.FusionConnectionType.MsSql, @"http://url_to_odata_connector.com/provider_endpoint.aspx"); |
|
| 225 | - fusionDriver.AddConnection("OrclNW", Izenda.Fusion.FusionConnectionType.Oracle, @"http://url_to_odata_connector.com/provider_endpoint.aspx"); |
|
| 224 | + fusionDriver.AddConnection("SqlNW", Izenda.Fusion.FusionConnectionType.MsSql, @"http://url_to_sql_connector.com/provider_endpoint.aspx"); |
|
| 225 | + fusionDriver.AddConnection("OrclNW", Izenda.Fusion.FusionConnectionType.Oracle, @"http://url_to_orcl_connector.com/provider_endpoint.aspx"); |
|
| 226 | 226 | |
| 227 | 227 | // Configure constraints for connections |
| 228 | 228 | fusionDriver.AddConstraint("SqlNW/Order.Id", "SqlNW/*.OrderID"); |