<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I import from one database into another?</title>
	<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another/</link>
	<description>Comments on Ask MetaFilter post How do I import from one database into another?</description>
	<pubDate>Thu, 16 Mar 2006 13:23:03 -0800</pubDate>
	<lastBuildDate>Thu, 16 Mar 2006 13:23:03 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I import from one database into another?</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another</link>	
		<description>How can I import selected fields from one database into another database? &lt;br /&gt;&lt;br /&gt; I&apos;m writing a tuition and billing management program for my high school, and they&apos;d like to be able to import students from WinSchool (MS Access Database) and EZ-Care (Fox Pro Database), as well as a CSV file, into the database I&apos;m designing for use with my program. The database I&apos;m working with is MS Access 97, with a Visual Basic 6 front end. Ideally, I&apos;d like to create a program or find a free utility I can bundle with the software that would let the user select column names from the source database and then insert all of the records into the target database, kind of like a mail-merge-type thing where you can &quot;match fields&quot;. Some of the fields would have to be filled in with zeros and such automatically by the program.&lt;br&gt;
&lt;br&gt;
Anyone have code examples? A freeware application? A way to do it in Access itself?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.34492</guid>
		<pubDate>Thu, 16 Mar 2006 13:10:24 -0800</pubDate>
		<dc:creator>fvox13</dc:creator>
		
			<category>vb6</category>
		
			<category>visualbasic</category>
		
			<category>access</category>
		
			<category>database</category>
		
			<category>sql</category>
		
	</item> <item>
		<title>By: SuperSquirrel</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another#537851</link>	
		<description>Access does this, most certainly for other Access databases and csv files.&lt;br&gt;
&lt;br&gt;
Not sure about Fox Pro however.&lt;br&gt;
&lt;br&gt;
Is the importing something to be done ongoing, or is it a one-time thing?  If the former, then you may want to just write something into your VB front end.&lt;br&gt;
&lt;br&gt;
If it&apos;s a one-time thing, do it in Access.  You want the Get External Data command.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.34492-537851</guid>
		<pubDate>Thu, 16 Mar 2006 13:23:03 -0800</pubDate>
		<dc:creator>SuperSquirrel</dc:creator>
	</item><item>
		<title>By: fvox13</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another#537870</link>	
		<description>It&apos;s going to be monthly for the csv, yearly for the access stuff, and once for the FoxPro stuff.  I&apos;ll investigate the Get External Data command further (thanks SuperSquirrel!), but if anyone has experience with FoxPro, or with integrating this into my code somehow, that would be great!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.34492-537870</guid>
		<pubDate>Thu, 16 Mar 2006 13:34:58 -0800</pubDate>
		<dc:creator>fvox13</dc:creator>
	</item><item>
		<title>By: misanthropicsarah</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another#537893</link>	
		<description>I don&apos;t know about FoxPro, but the get external data seems to be the best bet, as SuperSquirrel suggests. You could even use that for your monthly and yearly stuff, as importing new data doesn&apos;t overwrite the old data, it just adds more records to the existing database.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.34492-537893</guid>
		<pubDate>Thu, 16 Mar 2006 13:58:50 -0800</pubDate>
		<dc:creator>misanthropicsarah</dc:creator>
	</item><item>
		<title>By: KRS</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another#537936</link>	
		<description>Back into it.  Copy the file to a new name, load it and delete the unwanted fields.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.34492-537936</guid>
		<pubDate>Thu, 16 Mar 2006 14:33:47 -0800</pubDate>
		<dc:creator>KRS</dc:creator>
	</item><item>
		<title>By: yerfatma</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another#538047</link>	
		<description>Is it all on one machine? If you set them up as named datasources, you should be able to pass data back and forth through your VB app.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.34492-538047</guid>
		<pubDate>Thu, 16 Mar 2006 16:14:21 -0800</pubDate>
		<dc:creator>yerfatma</dc:creator>
	</item><item>
		<title>By: fvox13</title>
		<link>http://ask.metafilter.com/34492/How-do-I-import-from-one-database-into-another#538209</link>	
		<description>Yerfatma, your method sounds interesting.... what is a named datasource?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.34492-538209</guid>
		<pubDate>Thu, 16 Mar 2006 20:56:48 -0800</pubDate>
		<dc:creator>fvox13</dc:creator>
	</item>
	</channel>
</rss>
