<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MyODBC Connector</title>
	<atom:link href="http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbmysql.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 07 Jan 2011 12:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sarshen Ramsamy</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1274</link>
		<dc:creator>sarshen Ramsamy</dc:creator>
		<pubDate>Fri, 19 Mar 2010 07:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1274</guid>
		<description>Hi Mishal have u tried downloading and installing the mysql connector, i think there is a new version out now called workbench, you can download it at the mysql site, try it and let me knw if it works</description>
		<content:encoded><![CDATA[<p>Hi Mishal have u tried downloading and installing the mysql connector, i think there is a new version out now called workbench, you can download it at the mysql site, try it and let me knw if it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mishal Soni</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1273</link>
		<dc:creator>Mishal Soni</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1273</guid>
		<description>Hi There,

I&#039;m taking it this solution does not work with Visual Studio 2003? Is there a solution that will work in my case?

Any help will be appreciated!

Thanks
Mishal</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I&#8217;m taking it this solution does not work with Visual Studio 2003? Is there a solution that will work in my case?</p>
<p>Any help will be appreciated!</p>
<p>Thanks<br />
Mishal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara16</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1272</link>
		<dc:creator>Barbara16</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1272</guid>
		<description>Such schools create a structure for sustainable com- munity engagement practices and ensure that all stakeholders in the community share responsibility for and provide support and opportunities to young people. ,</description>
		<content:encoded><![CDATA[<p>Such schools create a structure for sustainable com- munity engagement practices and ensure that all stakeholders in the community share responsibility for and provide support and opportunities to young people. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew King</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1271</link>
		<dc:creator>Matthew King</dc:creator>
		<pubDate>Mon, 29 Sep 2008 05:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1271</guid>
		<description>That is a tricky one, Fernando, but here is a thought:
Create a new datatable/data adapter in the data designer that contains the data you want from tables 2 and 3, and link it to table 1. Then bind the datagrid to this new datatable.</description>
		<content:encoded><![CDATA[<p>That is a tricky one, Fernando, but here is a thought:<br />
Create a new datatable/data adapter in the data designer that contains the data you want from tables 2 and 3, and link it to table 1. Then bind the datagrid to this new datatable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1270</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1270</guid>
		<description>Relationship(One Client Many Orders; One Order Many Products)



table1(ClientTable)  has ClientId , FName and LastName fields

table2(OrderTable)  has  OrderId,ClientID,ProductId,Date,Quantity

table3(ProductTable) has ProductId,Description,Price



There will be a form showing table one in form style and tables 2 and 3 in a datagrid (table one is bound to table 2+3)

showing the only the following fields:



I am specially concerned about the bound datagrid with tables 2+3



I am able to bind only two tables with one form and one data grid(with one table)

How do i bind table one to tables 3+2) I want to show one grid for table 2+3 as follows:



Quantity(t2)  Description(t3)  Price(t3) ExtendedPrice(added)</description>
		<content:encoded><![CDATA[<p>Relationship(One Client Many Orders; One Order Many Products)</p>
<p>table1(ClientTable)  has ClientId , FName and LastName fields</p>
<p>table2(OrderTable)  has  OrderId,ClientID,ProductId,Date,Quantity</p>
<p>table3(ProductTable) has ProductId,Description,Price</p>
<p>There will be a form showing table one in form style and tables 2 and 3 in a datagrid (table one is bound to table 2+3)</p>
<p>showing the only the following fields:</p>
<p>I am specially concerned about the bound datagrid with tables 2+3</p>
<p>I am able to bind only two tables with one form and one data grid(with one table)</p>
<p>How do i bind table one to tables 3+2) I want to show one grid for table 2+3 as follows:</p>
<p>Quantity(t2)  Description(t3)  Price(t3) ExtendedPrice(added)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew King</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1269</link>
		<dc:creator>Matthew King</dc:creator>
		<pubDate>Mon, 01 Sep 2008 18:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1269</guid>
		<description>Jeff,

Thanks for the compliment.

I have considered SQL Server Express. It is robust and FREE - and a good fit for development environments, or maybe even single-user database applications. However, I&#039;ve read plenty of comments about how it really isn&#039;t suitable for production environments due to its size limit (4GB - plenty obviously - but what if you need more?).

My focus (other than learning this stuff) is my company (emGee Software Solutions - www.emgeesoft.com). My partner and I designed a few multi-user database applications, and took into consideration future requirements of our customers. Obviously, this conversation can take many tracks with room for agreement and disagreement. But from our POV, MySQL offered the best path for a low-cost multi-user database solution with room for future growth.</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>Thanks for the compliment.</p>
<p>I have considered SQL Server Express. It is robust and FREE &#8211; and a good fit for development environments, or maybe even single-user database applications. However, I&#8217;ve read plenty of comments about how it really isn&#8217;t suitable for production environments due to its size limit (4GB &#8211; plenty obviously &#8211; but what if you need more?).</p>
<p>My focus (other than learning this stuff) is my company (emGee Software Solutions &#8211; <a href="http://www.emgeesoft.com" rel="nofollow">http://www.emgeesoft.com</a>). My partner and I designed a few multi-user database applications, and took into consideration future requirements of our customers. Obviously, this conversation can take many tracks with room for agreement and disagreement. But from our POV, MySQL offered the best path for a low-cost multi-user database solution with room for future growth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew King</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1268</link>
		<dc:creator>Matthew King</dc:creator>
		<pubDate>Mon, 01 Sep 2008 18:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1268</guid>
		<description>My first guess is that there is a problem with your INSERT statement. Since UPDATE and DELETE are working, the TableAdapter is working. Are you receiving an error message?</description>
		<content:encoded><![CDATA[<p>My first guess is that there is a problem with your INSERT statement. Since UPDATE and DELETE are working, the TableAdapter is working. Are you receiving an error message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lyka</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1267</link>
		<dc:creator>lyka</dc:creator>
		<pubDate>Mon, 01 Sep 2008 18:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1267</guid>
		<description>i have problem in adding...i was able to update and delete record but i can&#039;t add record..can anyone help me explain what happen here?</description>
		<content:encoded><![CDATA[<p>i have problem in adding&#8230;i was able to update and delete record but i can&#8217;t add record..can anyone help me explain what happen here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Brown</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1266</link>
		<dc:creator>Jeff Brown</dc:creator>
		<pubDate>Tue, 16 Oct 2007 00:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1266</guid>
		<description>Thank you Mathew for an informative tutorial.

I am an experienced programmer, but that doesn&#039;t help when you are using arbitrarily arranged wizards like in VS2005!  One note: if you enter ? marks in the New Value columns (for assign), and Filter (for the where clause) the wizard will generate the SQL statements for you. Just a little short cut.

Also, MS has published SQL Server 2005 express for free.  It seems like a very robust version and will serve many people&#039;s needs quite well.

And its FREE.  That might help with some of the data concurrency issues (Not sure if it will solve all the issues, as I haven&#039;t got that far in my first VS project).

Thanks again

Jeff</description>
		<content:encoded><![CDATA[<p>Thank you Mathew for an informative tutorial.</p>
<p>I am an experienced programmer, but that doesn&#8217;t help when you are using arbitrarily arranged wizards like in VS2005!  One note: if you enter ? marks in the New Value columns (for assign), and Filter (for the where clause) the wizard will generate the SQL statements for you. Just a little short cut.</p>
<p>Also, MS has published SQL Server 2005 express for free.  It seems like a very robust version and will serve many people&#8217;s needs quite well.</p>
<p>And its FREE.  That might help with some of the data concurrency issues (Not sure if it will solve all the issues, as I haven&#8217;t got that far in my first VS project).</p>
<p>Thanks again</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew King</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector#comment-1265</link>
		<dc:creator>Matthew King</dc:creator>
		<pubDate>Wed, 19 Sep 2007 13:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/myodbc-connector/#comment-1265</guid>
		<description>Kenan,

I&#039;m not sure what the error is. Perhaps you are using a newer version of MySQL ODBC Connector that has a different screen? Or maybe you need to re-install it?

The step 4 you are at is optional, however. You do not have to create a DSN to make it work. Instead, you can create a Connection String, which is described later in the tutorial.

Matt</description>
		<content:encoded><![CDATA[<p>Kenan,</p>
<p>I&#8217;m not sure what the error is. Perhaps you are using a newer version of MySQL ODBC Connector that has a different screen? Or maybe you need to re-install it?</p>
<p>The step 4 you are at is optional, however. You do not have to create a DSN to make it work. Instead, you can create a Connection String, which is described later in the tutorial.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

