[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.OdbcDataSource

OdbcDataSource Class

ODBC data source - allows to connect through ODBC driver.

Inheritance
OdbcDataSource
Namespace: GrapeCity.ActiveReports.Data
Assembly: MESCIUS.ActiveReports.dll
Syntax
[TypeConverter(typeof())]
public sealed class OdbcDataSource : DbDataSource, IDbConnectionProperties

Constructors

Name Description
OdbcDataSource()

Default ctor. By default, connection string and command text are empty strings, and command timeout is DefaultTimeout

OdbcDataSource(string, string, int)

Initializes a new instance of the OdbcDataSource class.

Properties

Name Description
ProviderName

Returns provider's invariant name

Methods

Name Description
OnConnectionStringChanging(string)

Allows to edit the connection string when its current value is about to change.

SetCredentials(string, string)

Sets credentials.

Extension Methods