Hello,
I’m having some trouble with getting to the statements used by a TDAMemTable.
Both the TDADataSetCollection and TDASQLCommandCollection have TDAStatementCollection, but in both cases these are both always empty.
I’m trying to do something like this:
TDARemoteDataAdapter(aDAMemTable).Schema.DataSets[0].Statements.Count
But in this example the count is always 0 and should show 2.
Am I doing something wrong?
Thx,
Dirk