2009年8月8日土曜日

DzSqlRecord

try AION WIKI
with Adoquery do
begin
Close;
sql.Clear;
sql.Text:='select '+FieldsName+' from '+TableName;
prepared;
open;
Result:=true;
end;
except
on exception do
Result:=false;
end;

0 件のコメント:

コメントを投稿