<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Basic Q&#38;A &#187; connection</title>
	<atom:link href="http://jack-fx.com/vbqa/tag/connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/vbqa</link>
	<description>Visual Basic Questions and Answers, VB QA</description>
	<lastBuildDate>Sun, 12 Feb 2012 10:15:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To  Open ADO Connection and Recordset Objects</title>
		<link>http://jack-fx.com/vbqa/2011/11/24/how-to-open-ado-connection-and-recordset-objects-2/</link>
		<comments>http://jack-fx.com/vbqa/2011/11/24/how-to-open-ado-connection-and-recordset-objects-2/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 11:19:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[activex data objects]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connectionstring property]]></category>
		<category><![CDATA[data source name]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft access driver]]></category>
		<category><![CDATA[odbc data source]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[recordset]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/11/24/how-to-open-ado-connection-and-recordset-objects-2/</guid>
		<description><![CDATA[Symptoms ActiveX Data Objects (ADO) offers several ways to open both		the Connection and Recordset objects. This article presents sample code for		several common techniques for each object. Resolution There are several ways to open a Connection Object within		ADO:By Setting the ConnectionString property to a valid Connect				string and then calling the Open() method. This connection string is [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/11/24/how-to-open-ado-connection-and-recordset-objects-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message occurs when you run commands on a command object: &#8220;Unhandled exception of type &#8216;System.InvalidOperationException&#8217;&#8221;</title>
		<link>http://jack-fx.com/vbqa/2011/07/20/error-message-occurs-when-you-run-commands-on-a-command-object-unhandled-exception-of-type-system-invalidoperationexception/</link>
		<comments>http://jack-fx.com/vbqa/2011/07/20/error-message-occurs-when-you-run-commands-on-a-command-object-unhandled-exception-of-type-system-invalidoperationexception/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 08:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[declarations section]]></category>
		<category><![CDATA[Dim]]></category>
		<category><![CDATA[executereader]]></category>
		<category><![CDATA[General Declarations]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[Private Sub]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[sqlcommand]]></category>
		<category><![CDATA[string user]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/07/20/error-message-occurs-when-you-run-commands-on-a-command-object-unhandled-exception-of-type-system-invalidoperationexception/</guid>
		<description><![CDATA[SymptomsIf you run commands or call methods of the SqlCommand or OleDbCommand object, you receive the following error message if a connection is not open:
An unhandled exception of type &#8216;System.InvalidOperationException&#8217; occurred in system.data.dllAdditional information: ExecuteReader requires an open and available Connection (state=Closed).ResolutionThe DataAdapter object does not require that you explicitly open a connection to run [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/07/20/error-message-occurs-when-you-run-commands-on-a-command-object-unhandled-exception-of-type-system-invalidoperationexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: T-SQL PRINT Statement May Not Show as Informational Error</title>
		<link>http://jack-fx.com/vbqa/2010/09/24/bug-t-sql-print-statement-may-not-show-as-informational-error/</link>
		<comments>http://jack-fx.com/vbqa/2010/09/24/bug-t-sql-print-statement-may-not-show-as-informational-error/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 09:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ADO]]></category>
		<category><![CDATA[ado connection]]></category>
		<category><![CDATA[ado ole db]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[DataEnvironment]]></category>
		<category><![CDATA[informational messages]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[odbc applications]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/09/24/bug-t-sql-print-statement-may-not-show-as-informational-error/</guid>
		<description><![CDATA[Symptoms You can use Microsoft SQL Server&#8217;s PRINT statement in		stored procedures to return messages as informational errors in ADO, OLE DB,		and ODBC applications. However, a Visual Basic client application may not		capture such informational messages when it sets up a DataEnvironment command		and uses the DataEnvironment.CommandName syntax to run the stored procedure. Resolution This problem has its [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/09/24/bug-t-sql-print-statement-may-not-show-as-informational-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: &#8220;Invalid Property Data&#8221; Error While Creating OracleCommand in Visual Studio .NET 2003</title>
		<link>http://jack-fx.com/vbqa/2010/06/02/bug-invalid-property-data-error-while-creating-oraclecommand-in-visual-studio-net-2003/</link>
		<comments>http://jack-fx.com/vbqa/2010/06/02/bug-invalid-property-data-error-while-creating-oraclecommand-in-visual-studio-net-2003/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 17:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[microsoft ole db provider]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle database]]></category>
		<category><![CDATA[oracle stored procedure]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[server explorer]]></category>
		<category><![CDATA[test connection]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/06/02/bug-invalid-property-data-error-while-creating-oraclecommand-in-visual-studio-net-2003/</guid>
		<description><![CDATA[SymptomsWhen you create a command object for Oracle to run a stored procedure by using the OracleCommand object from the Toolbox, you may receive the following error		message after you specify the stored procedure name in the CommandText property:
Invalid Property Data		The stored procedure “OraclePackageName.OracleProcedureName” could		not be found in the database. ResolutionTo work around this problem, use [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/06/02/bug-invalid-property-data-error-while-creating-oraclecommand-in-visual-studio-net-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Connection string is invalid&#8221; error message when you preview data or generate a dataset control</title>
		<link>http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/</link>
		<comments>http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/#comments</comments>
		<pubDate>Thu, 20 May 2010 18:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection string]]></category>
		<category><![CDATA[dataadapter]]></category>
		<category><![CDATA[DataSet]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server explorer]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/</guid>
		<description><![CDATA[SymptomsIf more than one connection exists in Microsoft Visual		Studio .NET Server Explorer, and if you cannot see Server Explorer in Visual		Studio .NET, you may receive the following error message when you click		Fill Dataset to preview the data in the Data Adapter Preview		window:
SqlDataAdapterName. The data adapter could not		return the data from the data source. The connection [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use Data Links to Create a Connection String at Run Time</title>
		<link>http://jack-fx.com/vbqa/2010/02/12/how-to-use-data-links-to-create-a-connection-string-at-run-time/</link>
		<comments>http://jack-fx.com/vbqa/2010/02/12/how-to-use-data-links-to-create-a-connection-string-at-run-time/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 05:29:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[data access]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[commandbutton]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[db service]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[microsoft data access]]></category>
		<category><![CDATA[microsoft data access components]]></category>
		<category><![CDATA[odbc data source]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/02/12/how-to-use-data-links-to-create-a-connection-string-at-run-time/</guid>
		<description><![CDATA[Symptoms This article demonstrates how to programmatically use Data		Links feature of the Microsoft Data Access Components in order to generate a		connection string at run-time. Resolution In version 2.0 of the Microsoft Data Access Components,		Data Links were introduced. Data Link files are similar to ODBC DSN files, but		allow you to select an OLE DB provider to [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/02/12/how-to-use-data-links-to-create-a-connection-string-at-run-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

