EhLib
|
DataDriver which interacts with the server using ADO access driver.
TADODataDriverEh = class(TCustomSQLDataDriverEh);
Use TADODataDriverEh to interact with the server using ADO access driver. TADODataDriverEh has one additional property - ADOConnection of TADOConnection type. This property specify a connection, through which DataDriver will send queries to the server.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|