|
Postel Control - UseADO Property
Kadmos Postel ActiveX Control

Postel Control
UseADO Property
|
Description
|
Returns/sets whether is used ADO for database connection. Restituisce o imposta se usare ADO per la connessione al database.
|
Syntax Visual Basic
|
[form.]Postel.UseADO[ = {True|False}]
|
|
Visual C++
|
BOOL Postel.GetUseADO(); void Postel.SetUseADO(BOOL bNewValue);
|
|
Delphi
|
property UseADO: WordBool;
|
|
C#
|
bool Postel.UseADO;
|
|
Remarks
|
Impostare a vero se si vuole utilizzare OLEDB invece che DAO. In questo caso la proprietà Connect dovrà contenere la stringa di connessione ADO.
|
|
Data Type
|
Boolean
|
Copyright © 2001/2011 Kadmos.com - All rights reserved. Privacy Policy
|