Run SQL statement

xiaoxiao2021-03-05  23

Procedure Runsql (SQL: String); Var Comm: Tadocommand; Begin Comm: = Tadocommand.create (NIL); Comm .Connection: = DM_FRM.Adoconn; Comm.comMandText: = Sql; Comm.Execute; FreeAndnil (Comm);

END;

转载请注明原文地址:https://www.9cbs.com/read-35714.html

New Post(0)