﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Problems with Transactions</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 07:38:42 GMT</lastBuildDate><ttl>20</ttl><item><title>Problems with Transactions</title><link>http://forum.strataframe.net/FindPost5770.aspx</link><description>&lt;FONT size=2&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Hi Folks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff&gt;I am using the following code:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#000000&gt;MicroFour.StrataFrame.Business.BusinessLayer&lt;/FONT&gt;.TransactionBegin(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;""&lt;/FONT&gt;&lt;FONT size=2&gt;, Data.IsolationLevel.ReadCommitted)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;The documentation I have only shows one parameter for TransactionBegin but I assume that the first one is going to be the name from&amp;nbsp; Localization.MessageDataSourceKey in my Global.asax (in my case ""). It appears to be working but I'd hate for this to fail in production. Is this a correct assumption?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;Thanks!&lt;FONT color=#800000 size=2&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Thu, 11 Jan 2007 16:49:11 GMT</pubDate><dc:creator>choyt</dc:creator></item><item><title>RE: Problems with Transactions</title><link>http://forum.strataframe.net/FindPost5775.aspx</link><description>The first parameter is the DataSourceKey that you specified when you created your data source (connection string).&amp;nbsp; So, if you did this:&lt;/P&gt;&lt;P&gt;DataBasics.DataSources.Add(new SqlDataSourceItem("MyDataSourceKey", "Server=localhost..."));&lt;/P&gt;&lt;P&gt;Then you would call this:&lt;/P&gt;&lt;P&gt;BusinessLayer.TransactionBegin("MyDataSourceKey", Data.IsolationLeve.ReadCommitted);</description><pubDate>Thu, 11 Jan 2007 16:49:11 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>