[]
Ole DB data source - allows to connect through Ole DB driver.
[TypeConverter("GrapeCity.ActiveReports.Design.ArDesigner.TypeEditors.DataSourceTypeConverter, MESCIUS.ActiveReports.Design.Win, Version=20.1.2.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff")]
public sealed class OleDBDataSource : DbDataSource, IDbConnectionProperties
| Name | Description |
|---|---|
| OleDBDataSource() | Default ctor. By default, connection string and command text are empty strings, and command timeout is DefaultTimeout |
| OleDBDataSource(string, string, int) | Initializes a new instance of the OleDBDataSource class. |
| Name | Description |
|---|---|
| ProviderName | Gets the name of the data provider. |
| Name | Description |
|---|---|
| OnConnectionStringChanging(string) | Called when the connection string is about to change; validates and normalizes the new value. |
| SetCredentials(string, string) | Sets the credentials for the connection string. |