SpecificOption and DataSet of Connection
Posted: Tue 15 Jul 2008 08:25
Hi.
Is the UniConnection SpecificOption 'CheckRowVersion', 'CursorUpdate' et cetera only for TUniQuery, TUniTable and TUniStoredProc component? Thus stands in the help of UniDac.
What is if I create a DataSet about TUniConnection?
Do the SpecificOptions have then an effect on my DataSet?
Is the UniConnection SpecificOption 'CheckRowVersion', 'CursorUpdate' et cetera only for TUniQuery, TUniTable and TUniStoredProc component? Thus stands in the help of UniDac.
What is if I create a DataSet about TUniConnection?
Code: Select all
var
DataSet : TCustomDADataSet;
begin
DataSet := MyUniConnection.CreateDataSet;
end;