<?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>PC Techz &#187; Uncategorized</title>
	<atom:link href="http://www.pctechz.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pctechz.com</link>
	<description>Your Personal IT Department</description>
	<lastBuildDate>Mon, 05 Dec 2011 03:36:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Seesmic Acquires Ping.fm</title>
		<link>http://www.pctechz.com/seesmic-acquires-ping-fm</link>
		<comments>http://www.pctechz.com/seesmic-acquires-ping-fm#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ping.fm]]></category>
		<category><![CDATA[seesmic]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.pctechz.com/?p=203</guid>
		<description><![CDATA[<p>Seesmic, maker of popular desktop and mobile Twitter clients, has just acquired Ping.fm — a service that lets users post to 50 social networks with a single status update — for an undisclosed sum. The acquisition includes both talent and technology, so Ping.fm co-founders Adam Duffy and Sean McCullough are now Seesmic shareholders and key [...]</p><p>PC TECHZ</p>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a rel="nofollow" href="http://seesmic.com/" target="_blank">Seesmic</a>, maker of popular desktop and mobile Twitter clients, has just acquired <a rel="nofollow" href="http://ping.fm/" target="_blank">Ping.fm</a> — a service that lets users post to 50 social networks with a single status update — for an undisclosed sum.</p>
<p>The acquisition includes both talent and technology, so Ping.fm co-founders Adam Duffy and Sean McCullough are now Seesmic shareholders and key members of the management team. They will begin immediately integrating Ping.fm technology into Seesmic applications. <a href="http://mashable.com/2010/01/04/seesmic-acquires-ping-fm/">read more at mashable.com&#8230;</a><!--read more--> </p>
<div class="shr-publisher-203"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fwww.pctechz.com%2Fseesmic-acquires-ping-fm" layout="standard" show_faces="true" width="450" action="like" colorscheme="light"></fb:like></p>
<p>PC TECHZ</p>]]></content:encoded>
			<wfw:commentRss>http://www.pctechz.com/seesmic-acquires-ping-fm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert MDB to MDE File Format</title>
		<link>http://www.pctechz.com/convert-mdb-to-mde-file-format</link>
		<comments>http://www.pctechz.com/convert-mdb-to-mde-file-format#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:27:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pctechz.com/access-convert-mdb-to-mde-file-format</guid>
		<description><![CDATA[<p>Converting a Microsoft Access Database to an MDE File: The situation may arise when you quickly need to secure and distribute a Microsoft Access database that also contains Microsoft Access VBA code. You will protect the database from editing by restricting the database users access to the design views, however you will need to allow [...]</p><p>PC TECHZ</p>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div>
<h3>Converting a Microsoft Access Database to an MDE File:</h3>
<p>The situation may arise when you quickly need to secure and distribute a  Microsoft Access database that also contains Microsoft Access VBA code. You will  protect the database from editing by restricting the database users access to  the design views, however you will need to allow the users to process their data  as normal.</p>
<p>It may be that you haven&#8217;t got the time to fully create <a href="user_accounts.html">Microsoft Access User Accounts</a> or to set <a href="permissions.html">Microsoft Access Security Permissions</a>. By knowing  what can and cannot be done by using the Microsoft Access MDE file format, will  allow you to make a decision and to quickly release a secure database to the  users. <span id="more-32"></span></p>
<h3>Microsoft Access MDE File Format</h3>
<p>The MDE file format is a special extension of the standard Microsoft Access  MDB format, and is used to distribute an application. An MDE file compiles all  of the modules, removes all editable source code and compacts the database. The  resulting MDE file allows the database users to perform normal database  operations, however it prohibits any changes from being made to the objects that  support, or the code that runs the application.</p>
<p><img class="size-full wp-image-30 alignnone" title="create-access-mde" src="http://www.pctechz.com/wp-content/uploads/2009/08/create-mde.gif" alt="create-access-mde" width="398" height="305" /></p>
<p><em>Figure1: Creating an  MDE File</em></p>
<h3>Benefits of an MDE File</h3>
<p>There are various benefits to be had by creating and distributing the  database as an MDE file:</p>
<ul>
<li>Reducing the size of the database &#8211; the size of the database will be reduced  due to the removal of the code, so memory usage is optimized, which will improve  performance.</li>
<li>Allowing VBA code to run, but protection from the code being viewed or  edited.</li>
<li>Security of objects without requiring additional <a href="access_security.html">Microsoft Access user-level security</a> to be set.</li>
<li>Allowing database users to update data and run reporting options without  having to provide the full database.</li>
</ul>
<h3>Forms and Reports in an MDE File</h3>
<p>By converting your Microsoft Access database into an MDE file you will  prevent your database users from tampering with your VBA code. When a user  accesses an MDE file, they cannot:</p>
<ul>
<li>View, modify or create Microsoft Access forms in design view.</li>
<li>View, modify or create Microsoft Access reports in design view.</li>
<li>View, modify or create Microsoft Access modules in design view.</li>
<li>Add, delete or change references to databases or to object libraries.</li>
<li>Change any VBA code &#8211; there is no source code available.</li>
<li>Import or export any forms, reports or code modules.</li>
</ul>
<h3>MDE File Requirements</h3>
<p>There are some requirements to saving your Microsoft Access  <strong>MDB</strong> file as a Microsoft Access <strong>MDE</strong> file, and  the following conditions apply:</p>
<ul>
<li>You must have password access to the Visual Basic code in the database.</li>
<li>You must save all references to other Microsoft Access databases.</li>
<li>You must have removed replication from a replicated database.</li>
<li>If you want to remove user-level security options, you must do so prior to  converting the file to the MDE format.</li>
<li>If your database does have user-level security and you do need to preserve  this, you must do:
<ul>
<li>Be a member of the workgroup that defines the user accounts used to access  the database, or that was in use when the database was created.</li>
<li>Have Open/Run and Open Exclusive permissions for the database.</li>
<li>Have Modify Design or Administer permissions for any tables in the database,  or be the owner of any of the tables in the database.</li>
<li>Have Read Design permissions for all objects in the database.</li>
</ul>
</li>
</ul>
<h3>How to Convert a Microsoft Access Database to an MDE File</h3>
<p>Once you have determined that you meet the above criteria for converting an  Access database in MDB format to the MDE format, it is a simple process to make  the conversion happen. You will need to perform the following actions:</p>
<ol>
<li>If necessary, convert the database into the latest Microsoft Access version  &#8211; if the file format is Access 2000 and you are working in Microsoft Access 2003  you will need to convert the database file format to Access 2003:
<ol style="list-style-type: lower-roman;">
<li>From the Tools menu, choose Database Utilities » Convert Database » To  Access 2003 File Format.</li>
<li>Navigate to the database that needs to be converted and click OK.</li>
<li>Enter a name for the database and click Save.</li>
<li>Click OK to dismiss the message box.</li>
<li>Open the database to confirm the name change.</li>
</ol>
</li>
<li>Choose Tools » Database Utilities » Make MDE File.</li>
<li>Select the database to be converted and click Make MDE.</li>
<li>Confirm that the file has been converted to MDE and click Save.</li>
<li>Open the new file, and confirm that the Code toolbar is disabled and that  the application works as expected.</li>
</ol>
<p>
<script type="text/javascript">
<!--
google_ad_client = "pub-6564005959180997";
/* 468x60, created 8/5/09 */
google_ad_slot = "2289205713";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />
<span style="color: #888888;"><em>source:  <a href="http://www.databasedev.co.uk/microsoft-access-mde.html">http://www.databasedev.co.uk/microsoft-access-mde.html</a></em></span></div>
<div class="shr-publisher-32"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fwww.pctechz.com%2Fconvert-mdb-to-mde-file-format" layout="standard" show_faces="true" width="450" action="like" colorscheme="light"></fb:like></p>
<p>PC TECHZ</p>]]></content:encoded>
			<wfw:commentRss>http://www.pctechz.com/convert-mdb-to-mde-file-format/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

