This class represents the info necessary to connect to an OleDb data source.
Inheritance: Azavea.Open.DAO.SQL.AbstractSqlConnectionDescriptor, ITransactionalConnectionDescriptor
Exemplo n.º 1
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public OleDbOracleDaLayer(OleDbDescriptor connDesc)
     : base(connDesc, true)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public OleDbSqlServerDaLayer(OleDbDescriptor connDesc)
     : base(connDesc, true)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public OleDbAccessDaLayer(OleDbDescriptor connDesc)
     : base(connDesc, true)
 {
 }