<?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; method</title>
	<atom:link href="http://jack-fx.com/vbqa/tag/method/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/vbqa</link>
	<description>Visual Basic Questions and Answers, VB QA</description>
	<lastBuildDate>Sat, 26 May 2012 06:38: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>PRB: RepairDatabase Method Is No Longer Available in DAO 3.6</title>
		<link>http://jack-fx.com/vbqa/2011/02/14/prb-repairdatabase-method-is-no-longer-available-in-dao-3-6/</link>
		<comments>http://jack-fx.com/vbqa/2011/02/14/prb-repairdatabase-method-is-no-longer-available-in-dao-3-6/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 04:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DAO]]></category>
		<category><![CDATA[dao 3]]></category>
		<category><![CDATA[data access object]]></category>
		<category><![CDATA[DBEngine]]></category>
		<category><![CDATA[error 3251]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft dao]]></category>
		<category><![CDATA[microsoft jet]]></category>
		<category><![CDATA[RepairDatabase]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/02/14/prb-repairdatabase-method-is-no-longer-available-in-dao-3-6/</guid>
		<description><![CDATA[SymptomsIf you issue a DbEngine.RepairDatabase method after you change your project references from Microsoft DAO 3.51 Object Library to Microsoft DAO 3.6 Object Library, you may receive the following error message:
Error # 3251 was generated by DAO.DbEngine.Operation is not supported for this type of object.Or, you may notice that the method is not available through [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/02/14/prb-repairdatabase-method-is-no-longer-available-in-dao-3-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Jet Doesn&#8217;t Support QueryDefs on a Non-Attached ODBC Table</title>
		<link>http://jack-fx.com/vbqa/2011/01/05/prb-jet-doesnt-support-querydefs-on-a-non-attached-odbc-table/</link>
		<comments>http://jack-fx.com/vbqa/2011/01/05/prb-jet-doesnt-support-querydefs-on-a-non-attached-odbc-table/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 07:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[mdb]]></category>
		<category><![CDATA[mdb file]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[microsoft knowledge base]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[odbc database]]></category>
		<category><![CDATA[odbc table]]></category>
		<category><![CDATA[Querydefs]]></category>
		<category><![CDATA[workspace object]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/01/05/prb-jet-doesnt-support-querydefs-on-a-non-attached-odbc-table/</guid>
		<description><![CDATA[SymptomsJet does not support named QueryDefs on a non-attached ODBC database. A nonattached ODBC database is one that is opened directly with theOpenDatabase method of the WorkSpace object without the use of an .mdb file.ResolutionThe preferred method for opening an external ODBC table is to attach it toan .mdb file. For additional information, please see [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/01/05/prb-jet-doesnt-support-querydefs-on-a-non-attached-odbc-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: Run-Time Error Message -2147417848 (80010108) When Passing Array of Dictionary Objects</title>
		<link>http://jack-fx.com/vbqa/2010/08/22/bug-run-time-error-message-2147417848-80010108-when-passing-array-of-dictionary-objects/</link>
		<comments>http://jack-fx.com/vbqa/2010/08/22/bug-run-time-error-message-2147417848-80010108-when-passing-array-of-dictionary-objects/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 17:26:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[activex dll]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[dictionary objects]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[integrated development environment]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[run time error]]></category>
		<category><![CDATA[SymptomsYou]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual basic integrated development]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/08/22/bug-run-time-error-message-2147417848-80010108-when-passing-array-of-dictionary-objects/</guid>
		<description><![CDATA[SymptomsYou have a Visual Basic ActiveX DLL that has a method that takes an array of Scripting Dictionary Objects as an argument. It may work fine when your Visual Basic client is run in the Visual Basic integrated development environment (IDE) by using this method, but when you run it as a compiled application, you [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/08/22/bug-run-time-error-message-2147417848-80010108-when-passing-array-of-dictionary-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Name &#8216;DTE&#8217; is not declared&#8221; error message while running the &#8220;Item Method (General Extensibility)&#8221; MSDN sample code</title>
		<link>http://jack-fx.com/vbqa/2010/05/25/name-dte-is-not-declared-error-message-while-running-the-item-method-general-extensibility-msdn-sample-code/</link>
		<comments>http://jack-fx.com/vbqa/2010/05/25/name-dte-is-not-declared-error-message-while-running-the-item-method-general-extensibility-msdn-sample-code/#comments</comments>
		<pubDate>Tue, 25 May 2010 13:20:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[developer network msdn]]></category>
		<category><![CDATA[documents collection]]></category>
		<category><![CDATA[EnvDTE]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[General Extensibility]]></category>
		<category><![CDATA[Item]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[microsoft developer network]]></category>
		<category><![CDATA[object parameter]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type mismatch error]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/05/25/name-dte-is-not-declared-error-message-while-running-the-item-method-general-extensibility-msdn-sample-code/</guid>
		<description><![CDATA[SymptomsThis article describes problems that you may experience when you follow the documentation for the Item Method (General Extensibility) that appears in the following Microsoft Developer Network (MSDN) article:http://msdn2.microsoft.com/en-us/library/aa301425(VS.71).aspx(http://msdn2.microsoft.com/en-us/library/aa301425(VS.71).aspx)When		you paste the sample code from the Example section of the article to a Visual Basic		.NET application, and then you try to compile the file, you receive [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/05/25/name-dte-is-not-declared-error-message-while-running-the-item-method-general-extensibility-msdn-sample-code/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>
	</channel>
</rss>

