Connection.ADO
Connection.ADO enables data connections using ADO drivers, such as HPCC from CData. These connections are normally used with DataLayer.SQL elements. See the Using the Connection.ADO Element section in the 1010data topic for a detailed description of its attributes. The following Connection.ADO example works with HPCC clusters:
<Connection Type="ADO"
AdoAssembly="System.Data.CData.HPCC.dll" ID="connHPCC" AdoConnectionString="URL=http://192.168.nnn.nnn:8510;Offline=false;Cluster=yourCluster;Version=1"
CommandTimeOut="30" />
And here's an example of using it to connect to Salesforce :
<Connection Type="ADO"
AdoAssembly="System.Data.CData.Salesforce.dll" ID="connSalesforce"
AdoConnectionString="user="yourEmailAddress;password=yourSFPassword;security token=yourSFSecurityToken;"/>
ADO connections work with Logi .NET applications only; they are not usable in Java applications. This connection element also allows you to use ADO-style drivers that you may develop yourself, however, Logi does not guarantee your driver will work.