Submit, Delete and New Records using Managed code 2007

F

FrankS

What is the C# syntax to replace the Submit, Delete and New Record rules? For
example: here is a C# example to replace the Run Query Rule:
AdoQueryConnection queryMain =
(AdoQueryConnection)(DataConnections["Main connection"]);
queryMain.Command = "Select * from Table"
queryMain.Execute();
I am looking for the C# equivalent of Submit, Delete and New Record. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top