DataRequest() no TClientDataSet equivale a que procedimento do TQuery???
O DataRequest() funciona assim:
if Valor_Chave <> ''
then SQL := SQL + (' FROM '+ Tab_Banco + ' WHERE '+ Chave + '= "'+ Valor_Chave +'"')
else SQL := SQL + (' FROM '+ Tab_Banco + ' WHERE '+ Chave + ' IS NULL ');
with ClienteDMCadastros.CDGeral do begin
Close;
DataRequest(SQL);
Open;
Question
hencker
DataRequest() no TClientDataSet equivale a que procedimento do TQuery???
O DataRequest() funciona assim:
Link to comment
Share on other sites
1 answer to this question
Recommended Posts