<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Access and ObjectDataSource Control</title><link>http://forums.asp.net/23.aspx</link><description>Questions and discussions related to using ADO.NET for data access, and the ObjectDataSource control. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=9&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/2634220.aspx</link><pubDate>Sat, 20 Sep 2008 07:11:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2634220</guid><dc:creator>mysun</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2634220.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=2634220</wfw:commentRss><description>I have the same problem, can explain in some detail 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1995966.aspx</link><pubDate>Thu, 08 Nov 2007 08:18:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1995966</guid><dc:creator>tonydelabone</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1995966.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1995966</wfw:commentRss><description>&lt;p&gt;Great help! This helped me a lot!&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1950247.aspx</link><pubDate>Wed, 10 Oct 2007 18:22:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1950247</guid><dc:creator>Tick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1950247.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1950247</wfw:commentRss><description>&lt;p&gt;Wow! This post saved me.&amp;nbsp; I spent quite a while digging for this solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks to All!&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1753329.aspx</link><pubDate>Wed, 13 Jun 2007 17:49:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1753329</guid><dc:creator>trongkha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1753329.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1753329</wfw:commentRss><description>&lt;p&gt;Here is a solution for DataObject class using Strong Type Dataset.&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008080"&gt;tblDataTableAdapter&lt;/font&gt;&amp;nbsp;mAdapter = &lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#008080" size="2"&gt;tblDataTableAdapter&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;//set Adapter to use the custom connection string from project config file (ex: web.config, or app.config)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;s&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;tring&lt;/font&gt;&lt;font size="2"&gt; mConnectionString = System.Configuration.&lt;/font&gt;&lt;font color="#008080" size="2"&gt;ConfigurationManager&lt;/font&gt;&lt;font size="2"&gt;.ConnectionStrings[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;AConnectionString&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;].ConnectionString;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp;if&lt;/font&gt;&lt;font size="2"&gt; (!&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font size="2"&gt;.IsNullOrEmpty(mConnectionString))&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&amp;nbsp;mAdapter.Connection.ConnectionString = mConnectionString;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1638642.aspx</link><pubDate>Tue, 27 Mar 2007 08:28:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1638642</guid><dc:creator>salgo60</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1638642.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1638642</wfw:commentRss><description>&lt;p&gt;I think he tells you that he has a layered solution where e.g.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;UI - is one project &lt;/p&gt;
&lt;p&gt;BLL is one class library ==&amp;gt; one assembly&lt;/p&gt;
&lt;p&gt;DAL is another project ==&amp;gt; another assembly &lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1487906.aspx</link><pubDate>Wed, 06 Dec 2006 09:42:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1487906</guid><dc:creator>michiel1978</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1487906.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1487906</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="http://forums.asp.net/Themes/default/images/icon-quote.gif" /&gt; &lt;strong&gt;mark182:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;We have a web application using strongly typed datasets with the code seperated into several layers.&amp;nbsp; The datasets are contained in their own assembly with the data access classes in another.&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;if you don't mind me asking, how did you separate these into separate assemblies. Do you use the Visual Studio DataSet Designer generated classes, because I thought they were generated into one file, so I can't separate the TableAdapters from the DataTables and DataRows?&lt;/p&gt;&lt;p&gt;Thanks!&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1309884.aspx</link><pubDate>Fri, 09 Jun 2006 07:58:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1309884</guid><dc:creator>hedroj</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1309884.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1309884</wfw:commentRss><description>&lt;p&gt;First, I would like to thank you BardMi. You solved my problem too.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p&gt;Second, I have the following issue:&lt;/p&gt;
&lt;p&gt;Auto generated SQL inserts uses ExecuteNonQuery which returns the number of rows effected; howevere, I need the ID of the inserted row.&lt;/p&gt;
&lt;p&gt;The SQL inserts that are generated appends Select statement with Scope_Identity() but are not used due to the use of ExecuteNonQuery.&lt;/p&gt;
&lt;p&gt;Question: Is there a way to resolve this problem?&lt;/p&gt;
&lt;p&gt;The way I am doing it right now is via a global replace with a custom method I wrote.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ihab&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1275158.aspx</link><pubDate>Wed, 03 May 2006 16:38:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1275158</guid><dc:creator>pheld</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1275158.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1275158</wfw:commentRss><description>&lt;p&gt;Sorry...your second post did not show immediately. I will be putting your hard work (frustration and turmoil) to work for me :)&lt;/p&gt;
&lt;p&gt;Thanks for posting back. --PAH&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1275156.aspx</link><pubDate>Wed, 03 May 2006 16:35:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1275156</guid><dc:creator>pheld</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1275156.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1275156</wfw:commentRss><description>&lt;p&gt;We have the same issue. Have you figured out how to resolve this?&lt;/p&gt;
&lt;p&gt;TIA.&lt;/p&gt;
&lt;p&gt;PAH&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1254619.aspx</link><pubDate>Tue, 11 Apr 2006 17:11:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1254619</guid><dc:creator>indirection</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1254619.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1254619</wfw:commentRss><description>Thank goodness - its working for me now.&amp;nbsp; Along my travels, I learned the following, which I hope will help someone out...&lt;br /&gt;&lt;br /&gt;I read somewhere that i should delete both the app.config and the Settings.settings file in the library, so i did this, and then i tried to add a setting (in the lib project) using the application setting designer.&amp;nbsp; I did this, but this (of course) did not create an entry in the app.config file (for the lib project).&lt;br /&gt;&lt;br /&gt;I then used the connection string wizard - by clicking a datatable adapter in the datatable designer, and then when selecting a connection string, selected &amp;#39;new connection...&amp;#39;&amp;nbsp; i then created a dummy connection - pointing to an arbitrary database (which did exist).&amp;nbsp; this process made the designer see that my Settings.settings file had a connection string in it which did not have a corresponding entry in the app.config file - so it put one in there for me.&lt;br /&gt;The new entry in the app.config file now had the correct fully qualified name of the connection string, It looks like this...&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;HappyAppDAL.Properties.Settings.HappyConnectionString&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionString=&amp;quot;Data Source=jim\sqlexpress;Initial Catalog=TestDatabase Integrated Security=True&amp;quot; providerName=&amp;quot;System.Data.SqlClient&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and in my web.config file, i changed the connection string there, so it now looks like this...&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;HappyAppDAL.Properties.Settings.HappyConnectionString&amp;quot; connectionString=&amp;quot;Data Source=jim\sqlexpress;Initial Catalog=ProductionDatabase;Integrated Security=True&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; providerName=&amp;quot;System.Data.SqlClient&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;I now observe the table adapters in my HappyAppDAL library are all using the production database connection string specified in the web.config file.&lt;br /&gt;&lt;br /&gt;Only took me about 8 hours to figure this out!&lt;br /&gt;&lt;br /&gt;Take care out there,&lt;br /&gt;Glyn.&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1254468.aspx</link><pubDate>Tue, 11 Apr 2006 15:29:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1254468</guid><dc:creator>indirection</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1254468.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1254468</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;Guys, thanks for all your helpful posts.&amp;nbsp; I am
relatively new to asp.net, and I have a very similar problem to those described
above...&lt;br /&gt;
&lt;br /&gt;
I am writing a data access layer for a database which will be used in a web
application.&lt;br /&gt;
I would like to use Nunit to test the data access layer, and have written a
simple windows application that runs unit tests on a test database.&amp;nbsp; &lt;br /&gt;
I am using data sets and table adapters and would like for the table adapters
to be able to use a connection string specified either in the web.config, or
the app.config file, depending on whether the DAL library is being called from
either the web application or the windows test application.&lt;br /&gt;
Currently I have focused on trying to get the library dataTable adapters to
pick up a connection string defined in the web.config file.&lt;br /&gt;
I have tried &lt;span&gt;Bradley’s
&lt;/span&gt;suggestion, but with no luck so far. &lt;span&gt;&amp;nbsp;&lt;/span&gt;I'm going crazy here, and would love it if
someone with more experience could help me out...&lt;br /&gt;
&lt;br /&gt;
I have some questions:&lt;br /&gt;
In the DAL library, there is the 'Settings.settings' and the 'app.config'
file.&amp;nbsp; Am I correct to think that I should configure my table adapter to
use a connection string from the Settings.settings file - lets call the
connection string 'HappyConnectionString'.&amp;nbsp; then, at runtime, when the
'Settings' class in the DAL library is asked for the value of
'HappyConnectionString', it will somehow overwrite the value of happyConnectionString
with the value it finds in the web.config file, as long as in the web.config
file I have specified the fully qualified name of the connection string? &lt;br /&gt;
so in my project, I have the following...&lt;br /&gt;
&lt;br /&gt;
A class library called HappyAppDAL. In this library, there is a folder called
properties, and in the properties folder there is a file called
Settings.settings.&amp;nbsp; I use the designer to make sure there is one entry in
the Settings.settings file.&amp;nbsp; The entry has the following attributes:&lt;br /&gt;
&lt;br /&gt;
Name - HappyConnectionString&lt;br /&gt;
Type - (Connection String)&lt;br /&gt;
Scope - Application&lt;br /&gt;
Value - Data Source=jim\sqlexpress;Initial Catalog=TestDatabase Security=True&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now I have a web project which uses HappyAppDAL.&amp;nbsp; in the web.config file I
have the following section:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;configuration &amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;appSettings&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;nbsp; &amp;lt;/appSettings&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add
name="HappyAppDAL.My.MySettings.HappyConnectionString"
connectionString="Data Source=jim\sqlexpress;Initial
Catalog=ProductionDatabase;Integrated Security=True"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; providerName="System.Data.SqlClient"
/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I build the web project and run it, I put a breakpoint just after I have
created an instance of a HappyAppDAL table adapter, I look at the attributes of
the table adapters connection, and am dismayed to see that it is using the
connection string defined in the HappyAppDAL&amp;nbsp; Settings.settings file
(Catalog=TestDatabase), and not the connection string from the web.config file
(Catalog=ProductionDatabase).&lt;/p&gt;

&lt;p class="MsoNormal"&gt;In fact – I also put a breakpoint on the generated code in
the file Settings.Designer.cs, which is the get method for the property ‘HappyConnectionString’
– I never seem to hit this breakpoint!!&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;br /&gt;
Can anybody please tell me what i am doing wrong here?&amp;nbsp; is my connection
string name not correct?&amp;nbsp; not fully qualified?&lt;span&gt;&amp;nbsp; &lt;/span&gt;Am I supposed to delete the app.config and
Settings.settings file in the HappyAppDAL project??&lt;br /&gt;
&lt;br /&gt;
Any help on this would be greatly appreciated.&amp;nbsp; Sorry for writing a novel,
but I wanted to try to explain myself clearly in the hope that someone might be
able to help me.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Glyn.&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1239822.aspx</link><pubDate>Tue, 28 Mar 2006 06:55:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1239822</guid><dc:creator>mark182</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1239822.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1239822</wfw:commentRss><description>&lt;p&gt;Thanks Bradley, that's exactly what I was looking for.&amp;nbsp; I actually tried that method a while back but I must have got the naming of my connection string wrong because I could never get it to work, but it's&amp;nbsp;working fine now.&amp;nbsp; The app.config file in the dataset assembly was always bothering me, but now I see it's only used by the designer in this scenario.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Mark.&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1239523.aspx</link><pubDate>Mon, 27 Mar 2006 23:04:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1239523</guid><dc:creator>BradMi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1239523.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1239523</wfw:commentRss><description>&lt;div align=left&gt;&lt;span class=319324723-27032006&gt;&lt;font face=Arial color=#0000ff size=2&gt;When the&amp;nbsp;DataSet is created as part of a Web project,&amp;nbsp;the TableAdapter&amp;nbsp;reads connection string values directly from Web.config using the config APIs.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=left&gt;&lt;span class=319324723-27032006&gt;&lt;font face=Arial color=#0000ff size=2&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div align=left&gt;&lt;span class=319324723-27032006&gt;&lt;font face=Arial color=#0000ff size=2&gt;When the DataSet is created as a separate class libary project, the TableAdapter reads connection string values through an associated settings class (compiled from a .settings file at build time).&amp;nbsp; The settings class will read the value from Web.config.&amp;nbsp; As long as you have the correctly-named connection string name in Web.config it should work, for example:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=left&gt;&lt;span class=319324723-27032006&gt;&lt;font face=Arial color=#0000ff size=2&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div align=left&gt;&lt;span class=319324723-27032006&gt;&lt;font face="Courier New" color=#000080 size=2&gt;&amp;nbsp; &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="MyDataLib.My.MySettings.NorthwindConnectionString"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionString="Data Source=.\SQLExpress;Initial Catalog=Northwind;Integrated Security=True"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; providerName="System.Data.SqlClient" /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/connectionStrings&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=Arial color=#0000ff size=2&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New" color=#000080 size=2&gt;&lt;span class=319324723-27032006&gt;&lt;font face=Arial color=#0000ff size=2&gt;Hope this helps,&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=Arial color=#0000ff size=2&gt;&lt;span class=319324723-27032006&gt;Bradley&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1233712.aspx</link><pubDate>Wed, 22 Mar 2006 06:51:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1233712</guid><dc:creator>mark182</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1233712.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1233712</wfw:commentRss><description>&lt;p&gt;Reading another post on TableAdapter's led me to the ConnectionModifier property in the TableAdapter designer, so now my Connection is marked public and I can now assign my connections in the method bitmask described.&lt;/p&gt;
&lt;p&gt;I just need to figure out a way to remove those extra app.config and settings.settings file in my DataSet assembly.&amp;nbsp; But at least it's working the way I want now.&lt;/p&gt;</description></item><item><title>Re: Strongly typed DataSet connection string</title><link>http://forums.asp.net/thread/1232856.aspx</link><pubDate>Tue, 21 Mar 2006 14:54:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1232856</guid><dc:creator>mark182</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1232856.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1232856</wfw:commentRss><description>That is ideally what I'd like to do, but it looks like the TableAdapter that is autogenerated has the Connection property marked internal and I'm keeping my DataSets and data access code in seperate assemblies.&lt;br /&gt;</description></item></channel></rss>