testAdo:TADOConnection;
testTab:TADOTable;
testAdo:=TADOConnection.create(nil);
....//设置connection连接
testTab:=TADOTable.create(nil);
....//打开相应表操作