using
(
Mercator
SqlCommand
cmd
=
new
Mercator
SqlCommand(
"insert into ..."
))
{
Api
.
SqlExec
(
Globals
.RepData,
cmd
);
}