<?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: Can FileMaker have hooks into MySQL?</title>
      <link>http://ask.metafilter.com/24830/Can-FileMaker-have-hooks-into-MySQL/</link>
      <description>Comments on Ask MetaFilter post Can FileMaker have hooks into MySQL?</description>
	  	  <pubDate>Fri, 30 Sep 2005 15:43:28 -0800</pubDate>
      <lastBuildDate>Fri, 30 Sep 2005 15:43:28 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Can FileMaker have hooks into MySQL?</title>
  	<link>http://ask.metafilter.com/24830/Can-FileMaker-have-hooks-into-MySQL</link>	
  	<description>I have a MySQL database that contains two fields - name and e-mail - for a bunch of records. Separately I have a FileMaker 7 database that contains the same fields - name and e-mail - &lt;i&gt;and&lt;/i&gt; contains other fields, like &quot;notes&quot;.

My question: can the FileMaker database, after polling the MySQL database, show name and e-mail as read-only; and then show the other fields as editable? i.e. if I make a change to the MySQL database, can I get it to show up in FM? &lt;br /&gt;&lt;br /&gt; More generally, is there a way to get a FM7 database to poll a MySQL database and do things on that basis?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.24830</guid>
  	<pubDate>Fri, 30 Sep 2005 13:58:37 -0800</pubDate>
  	<dc:creator>mark7570</dc:creator>
	
	<category>database</category>
	
	<category>mysql</category>
	
	<category>sql</category>
	
	<category>technology</category>
	
	<category>db</category>
	
	<category>programming</category>
	
</item>
<item>
  	<title>By: Mr T</title>
  	<link>http://ask.metafilter.com/24830/Can-FileMaker-have-hooks-into-MySQL#393482</link>	
  	<description>Let me say my Filemake knowledge is a little out of date (v. 6). FM Pro supports ODBC so yes it is technically possible but you&apos;ll need a piece of middleware, Lasso comes to mind. If this is a one-time once-in-a-while kind of thing you can just export the mysql data as a csv file and import it into FM. A little scripting and you could have it auto update but that&apos;s pretty cludgy.&lt;br&gt;&lt;br&gt;If I were you I would dump FM and fold the data into the mysql db and slap a web front end on that bitch.&lt;br&gt;&lt;br&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24830-393482</guid>
  	<pubDate>Fri, 30 Sep 2005 15:43:28 -0800</pubDate>
  	<dc:creator>Mr T</dc:creator>
</item>
<item>
  	<title>By: Civil_Disobedient</title>
  	<link>http://ask.metafilter.com/24830/Can-FileMaker-have-hooks-into-MySQL#393874</link>	
  	<description>Yes.  You need to connect your MySQL database to the system using MyODBC.  From there FM should be able to recognize the database and perform queries on it.&lt;br&gt;
&lt;br&gt;
I should add, however, that the creator of FileMaker is rabidly anti-everything-else-that-isn&apos;t-FileMaker, and is (in)famous for reinventing the wheel whenever possible, in some proprietary FileMaker-only design.  While it&apos;s easy to jump into databases with FM, the formats, standards and conventions of FM are very dissimilar to the styles of more robust database packages, and making the transition can be a painful process.  I advise you take Mr. T&apos;s suggestion and ditch FileMaker completely.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24830-393874</guid>
  	<pubDate>Sat, 01 Oct 2005 11:15:06 -0800</pubDate>
  	<dc:creator>Civil_Disobedient</dc:creator>
</item>

    </channel>
</rss>
