EhLib
|
Executes a command on the server and returns DataSet if it is necessary.
function ExecuteCommand(Command: TCustomSQLCommandEh; var Cursor: TDataSet; var FreeOnEof: Boolean): Integer; override;
Don't call this method. ExecuteCommand is called in SQLDataDriverEh when performing a command to create DataSet of reading data and commands of the refreshing. FreeOnEof parameter defines that need to destroy DataSet after using.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|