ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / OdbcDataSource Class / OdbcDataSource Constructor / OdbcDataSource Constructor(String,String,Int32)
The connection string.
The current command text.
The command timeout.

In This Topic
    OdbcDataSource Constructor(String,String,Int32)
    In This Topic
    Initializes a new instance of the OdbcDataSource class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connectionString As String, _
       ByVal sql As String, _
       ByVal timeout As Integer _
    )
    public OdbcDataSource( 
       string connectionString,
       string sql,
       int timeout
    )

    Parameters

    connectionString
    The connection string.
    sql
    The current command text.
    timeout
    The command timeout.
    See Also