|
AdoAssembly | | (Required) The assembly name or filename of an ADO data provider.
Provider DLLs may be located in either the .NET Global Assembly Cache (GAC) or the web application's bin folder.
For data providers located in the GAC, specify the invariant name. For example:
System.Data.SqlClient
For data providers located in the web application's bin folder, specify the DLL filename. For example:
System.Data.RSSBus.Facebook.dll
|
AdoConnectionString | | (Required) A connection string valid for the ADO.NET data provider.
|
CommandTimeOut | | The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed.
For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
SqlSyntax | Vertica |
SqlServer |
Redshift |
PostgreSQL |
Oracle |
MySql |
DB2 |
1010data |
| SqlSyntax specifies the type of database server. The value is used by ActiveSQL DataLayers which must know the database type to generate correct SQL statements.
Studio's QueryBuilder also uses SqlSyntax for ODBC connections. |