<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by Taskerr</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by Taskerr</title>
		<link>http://channel9.msdn.com/Niners/Taskerr/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/Taskerr/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 04:16:11 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 04:16:11 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Site Feedback - USB Pen Drive Activity Light Does not Go Out?</title>
		<description><![CDATA[<p>I have noticed that under Win2k when I close down the USB connection prior to pen removal its activity light goes out. This does not happen under XP or Vista; if this is by design it was better under win2k so can we have it back the way it was?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/559355-USB-Pen-Drive-Activity-Light-Does-not-Go-Out/559355#559355</link>
		<pubDate>Sat, 03 Jul 2010 15:48:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/559355-USB-Pen-Drive-Activity-Light-Does-not-Go-Out/559355#559355</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Error 3188, Memo Fields and Locked Records</title>
		<description><![CDATA[<p>A database has row level locking set under options.<br>
<br>
A form's recordsource fills&nbsp;unbound textboxes&nbsp;from the OnCurrent event. Records are edited using the edit and update methods.<br>
<br>
Some of the textboxes are associated with memo fields.&nbsp;A query recordset is used to fetch the same data row as the the one the form is sat upon. The form and recordset rows are now the same.<br>
<br>
If a forms memo field is filled with 4k's worth of characters and assigned to the recordset, error 3188&nbsp;'Could not update, currently locked by another session on this machine' occurs.
<br>
<br>
Research indicates that this begins to happen when the memo field data gets bigger than 2k with anything less working just fine.<br>
<br>
With rstT1<br>
&nbsp; .Edit<br>
&nbsp; .<br>
&nbsp; rstT1(pcsTFLD_04_SYIN).Value = Me(pctlSYIN).Value ' memo field<br>
&nbsp; .<br>
&nbsp; .UpDate<br>
End With<br>
<br>
I'm confused! Could someone from Microsoft explain the relationship between&nbsp;the max record size of 4k and how memo fields impact upon this&nbsp;. My perception is that it should be minimal as the record should contain just a pointer to the memo data. In theory the
 conflict should not happen?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251839-Error-3188-Memo-Fields-and-Locked-Records/251839#251839</link>
		<pubDate>Tue, 30 Jan 2007 13:06:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251839-Error-3188-Memo-Fields-and-Locked-Records/251839#251839</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access - Changing the Current Session Workgroup File?</title>
		<description><![CDATA[<p>Documentation states the currently open database session mdw cannot&nbsp;be reassigned&nbsp;because DBEngine.SystemDB is read only.<br>
<br>
You can however reassign the mdw for another database which seems at odds with this. Is the latter&nbsp;really&nbsp;impossible?<br>
<br>
Paraphrasing some code:<br>
<br>
MyOldMDW = DBEngine.SystemDB <br>
DBEngine.SystemDB =&nbsp;c:\myfolder\mynew.mdw<br>
wsp&nbsp;= DBEngine.CreateWorkspace(&quot;x&quot;,&nbsp;&quot;U1&quot;,&quot;Psw&quot;)<br>
dbs&nbsp;=&nbsp;wsp.OpenDatabase(CurrentDB.Name, false,false)<br>
.<br>
. Do something<br>
.<br>
dbs.close<br>
wsp.close<br>
DBEngine.SystemDB = MyOldMDW<br>
<br>
The 'wsp =' line, errors, as user not found. This is because&nbsp;U1 is not a user in the old mdw but is a user in the new one and the mdw never got reassigned.<br>
<br>
The line DBEngine.SystemDB =&nbsp;c:\myfolder\mynew.mdw does not error because Access has no way of knowing what you are going to do next.<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251815-Access-Changing-the-Current-Session-Workgroup-File/251815#251815</link>
		<pubDate>Mon, 29 Jan 2007 20:51:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251815-Access-Changing-the-Current-Session-Workgroup-File/251815#251815</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Feature Comparison Across Versions</title>
		<description><![CDATA[<p>Has anybody or does anybody know of a features comparison tabulation or&nbsp;maybe&nbsp;a short history of product enhancements that have taken place? What got added and what got left out. I get asked this&nbsp;question quite a lot but struggle with the answers because
 there have been so many.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251483-Access-Feature-Comparison-Across-Versions/251483#251483</link>
		<pubDate>Wed, 17 Jan 2007 19:47:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251483-Access-Feature-Comparison-Across-Versions/251483#251483</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access 2003 - Replication Data Changes</title>
		<description><![CDATA[<p>As a rule of thumb When designing&nbsp;a Replication database&nbsp;system I&nbsp;try to keep table data changes to a minimum. This has meant&nbsp;only updating changed&nbsp;rows, adding new rows&nbsp;or&nbsp;removing deleted ones. All of this in the design master/replication master.<br>
<br>
Will column changes as opposed to row changes allow me to&nbsp;abandon my rule of thumb&nbsp;and use an&nbsp;update query to&nbsp;overwrite all rows, mostly with the same data and will the replication process know that the overwritten data has remained the same or will it cause
 it to be logged as changed thereby increasing the size of the MDB.<br>
<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/56462-Access-2003-Replication-Data-Changes/56462#56462</link>
		<pubDate>Thu, 14 Apr 2005 18:57:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/56462-Access-2003-Replication-Data-Changes/56462#56462</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How would you like to celebrate C9&#39;s 1 Year B-day?</title>
		<description><![CDATA[<p>With the word 'Visual' everywhere and given that C9 has taken to making mini-movies...<br>
<br>
How about&nbsp;an 'Oscar' party; sit down buffet, glad rags and all free in the favourite on-campus restaurant. Book it all to customer Good-Will. He may even turn up.<br>
&nbsp;<br>
Put up a voting list under the differing categories and get a Celeb to give out the prizes - recorded by the&nbsp;C9 camera team of course.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/40356-How-would-you-like-to-celebrate-C9s-1-Year-B-day/b1954fe347ef45a78b729dec002cb8f7#b1954fe347ef45a78b729dec002cb8f7</link>
		<pubDate>Wed, 16 Feb 2005 09:44:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/40356-How-would-you-like-to-celebrate-C9s-1-Year-B-day/b1954fe347ef45a78b729dec002cb8f7#b1954fe347ef45a78b729dec002cb8f7</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>129</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you create an XP zipped file/folder in vb code</title>
		<description><![CDATA[<p>Tried that. No Luck! <br>
<br>
I guess the dll is hard wired to the system32 dir.<br>
<br>
Is there a sensible reason why a zip class is not available as part of the OS other than MS never got round to doing it?<br>
<br>
The need for this comes from unattended automatic emailing with very large attachements resulting from data extraction on a daily basis.<br>
<br>
Server storage is caned by this sort of thing.<br>
&nbsp;<br>
If the OS people cannot do this how about the Outlook team building this into MAPI?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/e79f7e797d21458a84f39dea011643ea#e79f7e797d21458a84f39dea011643ea</link>
		<pubDate>Fri, 26 Nov 2004 12:34:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/e79f7e797d21458a84f39dea011643ea#e79f7e797d21458a84f39dea011643ea</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you create an XP zipped file/folder in vb code</title>
		<description><![CDATA[<p>Thanks for that! However I should have made my self clearer.<br>
&nbsp;<br>
I&nbsp;have already done something similar using Info-Zip's zip32.dll at&nbsp;<br>
<br>
&nbsp;&nbsp;<a href="http://www.info-zip.org/pub/infozip/">http://www.info-zip.org/pub/infozip/</a><br>
<br>
With alittle help from&nbsp;the Contribution to the Info-Zip project by Mike Le Voi<br>
<br>
&nbsp;&nbsp;<a href="http://modemss.brisnet.org.au/~mlevoi">http://modemss.brisnet.org.au/~mlevoi</a><br>
<br>
It works very well, but you have to save the dll to the system32 dir something I'm not comfortable with.<br>
<br>
I was hoping that there might be an XP class that I could use in a similar way to zip32.dll.<br>
<br>
I'm sure there must be one, only I cannot find references to it. Maybe the guys at MSDN can help?<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/f159a3e4d61d4a3c915d9dea0116436e#f159a3e4d61d4a3c915d9dea0116436e</link>
		<pubDate>Thu, 25 Nov 2004 21:16:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/f159a3e4d61d4a3c915d9dea0116436e#f159a3e4d61d4a3c915d9dea0116436e</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you create an XP zipped file/folder in vb code</title>
		<description><![CDATA[<p>Ok! But I'm sure the documentation refers to it as a folder. The icon is a folder with a zip on it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/e8797cab7ab24998815d9dea01164397#e8797cab7ab24998815d9dea01164397</link>
		<pubDate>Thu, 25 Nov 2004 21:15:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/e8797cab7ab24998815d9dea01164397#e8797cab7ab24998815d9dea01164397</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How do you create an XP zipped file/folder in vb code</title>
		<description><![CDATA[<p>Any ideas?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/29237#29237</link>
		<pubDate>Wed, 24 Nov 2004 19:45:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/29237-How-do-you-create-an-XP-zipped-filefolder-in-vb-code/29237#29237</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - New Access 2000 Project to SQL Express Beta 2</title>
		<description><![CDATA[<p><font>I don't know if this is possible but has anybody been able to create a new adp using the connect wizard?</font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/27635-New-Access-2000-Project-to-SQL-Express-Beta-2/27635#27635</link>
		<pubDate>Thu, 11 Nov 2004 16:53:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/27635-New-Access-2000-Project-to-SQL-Express-Beta-2/27635#27635</guid>
		<dc:creator>Taskerr</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Taskerr/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>