<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic to transaction or not to transaction, this is a question? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/to-transaction-or-not-to-transaction-this-is-a-question/m-p/1465870#M83503</link>
    <description>Hi, &lt;BR /&gt;
  Now I am in the middle of transfer a project from VBA to .Net. I am really confused by "Transaction". &lt;BR /&gt;
In VBA, my code work like:&lt;BR /&gt;
[code]&lt;BR /&gt;
AutoCAD_Command&lt;BR /&gt;
        SubFunction&lt;BR /&gt;
                AccessDatabase&lt;BR /&gt;
                        DrawComponent&lt;BR /&gt;
                                DrawSubComponent&lt;BR /&gt;
                                         DrawBox&lt;BR /&gt;
                                         DrawCircle&lt;BR /&gt;
                                         ...&lt;BR /&gt;
[/code]&lt;BR /&gt;
DrawBox, DrawCircle are some general function. now I have nesting transaction in all level functions (DrawBox, DrawSubComponent, DrawComponent...). is this a good solution? what should I do? &lt;BR /&gt;
&lt;BR /&gt;
the doc (online help) does not help a lot. I tried harder to read the one in ObjectARX.  Is there any doc for .Net? or at least for how to work with Transaction, Nesting Transaction? How many level Nesting Transaction can be? Which is the best practise?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much and I really appreciate your time and help&lt;BR /&gt;
Wes

Message was edited by: weslleywang</description>
    <pubDate>Fri, 21 Oct 2005 13:24:54 GMT</pubDate>
    <dc:creator>wesbird</dc:creator>
    <dc:date>2005-10-21T13:24:54Z</dc:date>
    <item>
      <title>to transaction or not to transaction, this is a question?</title>
      <link>https://forums.autodesk.com/t5/net-forum/to-transaction-or-not-to-transaction-this-is-a-question/m-p/1465870#M83503</link>
      <description>Hi, &lt;BR /&gt;
  Now I am in the middle of transfer a project from VBA to .Net. I am really confused by "Transaction". &lt;BR /&gt;
In VBA, my code work like:&lt;BR /&gt;
[code]&lt;BR /&gt;
AutoCAD_Command&lt;BR /&gt;
        SubFunction&lt;BR /&gt;
                AccessDatabase&lt;BR /&gt;
                        DrawComponent&lt;BR /&gt;
                                DrawSubComponent&lt;BR /&gt;
                                         DrawBox&lt;BR /&gt;
                                         DrawCircle&lt;BR /&gt;
                                         ...&lt;BR /&gt;
[/code]&lt;BR /&gt;
DrawBox, DrawCircle are some general function. now I have nesting transaction in all level functions (DrawBox, DrawSubComponent, DrawComponent...). is this a good solution? what should I do? &lt;BR /&gt;
&lt;BR /&gt;
the doc (online help) does not help a lot. I tried harder to read the one in ObjectARX.  Is there any doc for .Net? or at least for how to work with Transaction, Nesting Transaction? How many level Nesting Transaction can be? Which is the best practise?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much and I really appreciate your time and help&lt;BR /&gt;
Wes

Message was edited by: weslleywang</description>
      <pubDate>Fri, 21 Oct 2005 13:24:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/to-transaction-or-not-to-transaction-this-is-a-question/m-p/1465870#M83503</guid>
      <dc:creator>wesbird</dc:creator>
      <dc:date>2005-10-21T13:24:54Z</dc:date>
    </item>
  </channel>
</rss>

