<?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; SQL</title>
	<atom:link href="http://jack-fx.com/vbqa/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/vbqa</link>
	<description>Visual Basic Questions and Answers, VB QA</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:49:46 +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>PRB: Run-time Error Message 3024 Using SQL and DAO Against Oracle</title>
		<link>http://jack-fx.com/vbqa/2011/03/30/prb-run-time-error-message-3024-using-sql-and-dao-against-oracle/</link>
		<comments>http://jack-fx.com/vbqa/2011/03/30/prb-run-time-error-message-3024-using-sql-and-dao-against-oracle/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 17:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[data access objects]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[query language sql]]></category>
		<category><![CDATA[run time error]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[schema name]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[structured query language]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/03/30/prb-run-time-error-message-3024-using-sql-and-dao-against-oracle/</guid>
		<description><![CDATA[SymptomsIf you try to run Structured Query Language (SQL) against an Oracledatabase through Data Access Objects (DAO), you can encounter the followingerror:
Run-Time Error 3024Couldn&#8217;t find file C:\Program Files\DevStudio\VB\&#60;schema name&#62;.mdb.This error occurs when you try to specify a schema name in your SQLstatement and you use DAO with Oracle. The &#60;schema name&#62; in the errormessage is [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/03/30/prb-run-time-error-message-3024-using-sql-and-dao-against-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: Property Page of Remote Data Control Causes an Error</title>
		<link>http://jack-fx.com/vbqa/2010/08/05/bug-property-page-of-remote-data-control-causes-an-error/</link>
		<comments>http://jack-fx.com/vbqa/2010/08/05/bug-property-page-of-remote-data-control-causes-an-error/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 11:18:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application error]]></category>
		<category><![CDATA[cancel button]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft knowledge]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/08/05/bug-property-page-of-remote-data-control-causes-an-error/</guid>
		<description><![CDATA[SymptomsPressing the ESC key while the cursor is in the SQL text box of theGeneral Tab in the property page of the Remote Data Control causes a blankGeneral tab. When you click the Colors tab and then click the General tabagain, an application error occurs and Visual Basic ends. The SQL text boxcan be empty [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/08/05/bug-property-page-of-remote-data-control-causes-an-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Executing Refresh Method of ADO Data Control Causes Syntax and Method Refresh Errors</title>
		<link>http://jack-fx.com/vbqa/2010/05/12/prb-executing-refresh-method-of-ado-data-control-causes-syntax-and-method-refresh-errors/</link>
		<comments>http://jack-fx.com/vbqa/2010/05/12/prb-executing-refresh-method-of-ado-data-control-causes-syntax-and-method-refresh-errors/#comments</comments>
		<pubDate>Thu, 13 May 2010 06:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ado data control]]></category>
		<category><![CDATA[adodc]]></category>
		<category><![CDATA[recordsource]]></category>
		<category><![CDATA[recordsource property]]></category>
		<category><![CDATA[Refresh]]></category>
		<category><![CDATA[run time error]]></category>
		<category><![CDATA[SELECT]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[statement]]></category>
		<category><![CDATA[syntax error in from clause]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/05/12/prb-executing-refresh-method-of-ado-data-control-causes-syntax-and-method-refresh-errors/</guid>
		<description><![CDATA[SymptomsWhen you set the RecordSource property of an ADO Data Control to a different SQL SELECT statement and then try to execute the Refresh method, the following error is returned:
Syntax error in FROM clause.which is followed by:
Run-time error &#8216;-2147217900(80040e14)&#8217;:Method &#8216;Refresh&#8217; of object &#8216;IAdodc&#8217; failedor:
Method &#8216;Refresh&#8217; of object &#8216;IAdodc&#8217; failed when attempting to refresh an ADODC [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/05/12/prb-executing-refresh-method-of-ado-data-control-causes-syntax-and-method-refresh-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Error When You Create SQL Server TEMP Tables Using Remote Data Objects (RDO)</title>
		<link>http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/</link>
		<comments>http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/#comments</comments>
		<pubDate>Sun, 09 May 2010 21:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application programming interface]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[microsoft odbc]]></category>
		<category><![CDATA[odbc application]]></category>
		<category><![CDATA[odbc sql]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server driver]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/</guid>
		<description><![CDATA[Symptoms When you create a SQL Server local temporary table using		the rdoConnection object by calling its .Execute method with default parameters, and then attempt to access the		table after the Remote Data Objects (RDO) method has run, you may receive one		of the following error messages: 
 Run-time error &#8216;40002&#8242;:		37000:[Microsoft][ODBC SQL Server Driver][SQL Server] Statement(s)could not be		prepared [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Error &#8220;Syntax Error Near &#8216;Tablename&#8217;&#8221; on Recordset Update</title>
		<link>http://jack-fx.com/vbqa/2010/04/26/prb-error-syntax-error-near-tablename-on-recordset-update/</link>
		<comments>http://jack-fx.com/vbqa/2010/04/26/prb-error-syntax-error-near-tablename-on-recordset-update/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 07:54:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[activex data objects]]></category>
		<category><![CDATA[addnew method]]></category>
		<category><![CDATA[ado recordset]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[microsoft ole db provider]]></category>
		<category><![CDATA[run time error]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/04/26/prb-error-syntax-error-near-tablename-on-recordset-update/</guid>
		<description><![CDATA[Symptoms With SQL Server&#8217;s quoted_identifier option set to Off, you		may receive the following error: 
 Run-time error		&#8216;-2147217900 (80040e14)&#8217;: Line 1: Syntax error near &#8216;tablename&#8217; 		This error occurs when you are using client-side cursors with the Microsoft OLE		DB Provider for SQL Server (SQLOLEDB). The error occurs on an ActiveX Data		Objects (ADO) recordset&#8217;s Update method and may [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/04/26/prb-error-syntax-error-near-tablename-on-recordset-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: DAO Run-Time Error 3146 When Modifying SQLServer Data</title>
		<link>http://jack-fx.com/vbqa/2010/04/20/prb-dao-run-time-error-3146-when-modifying-sqlserver-data/</link>
		<comments>http://jack-fx.com/vbqa/2010/04/20/prb-dao-run-time-error-3146-when-modifying-sqlserver-data/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 08:05:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[NUMBER]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server cursor]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[time error]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/04/20/prb-dao-run-time-error-3146-when-modifying-sqlserver-data/</guid>
		<description><![CDATA[Symptoms When attempting to delete or update a record in a SQL		Server cursor, the delete or update operation succeeds, but the following error		returns: 
 Run-time error 3146 &#8220;ODBC call		failed&#8221;. Resolution This behavior occurs when SQL Server does not return a		message indicating the number of rows returned by a statement. SQL Server does		not return a message [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/04/20/prb-dao-run-time-error-3146-when-modifying-sqlserver-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

