<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title><![CDATA[External Data Sources]]></title><link>http://fmforums.com/forum/showforum.php?fid/219/</link><description>Implementing and utilizing External Data (SQL) Sources (ESS)  in your solution.</description><language>none</language><pubDate>Sun, 07 Mar 2010 09:50:18 GMT</pubDate><lastBuildDate>Sun, 07 Mar 2010 09:50:18 GMT</lastBuildDate><docs>http://blogs.law.harvard.edu/tech/rss</docs><generator>FusionBB 3.0 FINAL (www.fusionbb.com)</generator><item><title><![CDATA[Filemaker doesn't refresh window]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213681</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213681</guid><description><![CDATA[ Hallo, I'm trying to share data between Filemaker 10 and Mysql.<br />
I have MySql as source data.<br />
I've set two different ways:<br />
<br />
1. Filemaker 10 client -&gt; ODBC manager on the client computer -&gt; MySql on a remote server<br />
<br />
2. Filemaker 10 server -&gt; OBDC manager on the server - Mysql in the same server<br />
<br />
It works, but when I refresh window on FileMaker sometimes the data displayed are not the same..<br />
But I haven't problems updating MySql data from FileMaker.<br />
<br />
I think (but I don't know really) it could be a Sql error..<br />
But FileMaker doesn't display any error..<br />
<br />
I see for a while the "omitted" record.. but after they disappear..!!<br />
What can I do?<br />
Sorry for my english, I hope you can understand me!<br />
<br />
Jsabina ]]></description><pubDate>Sun, 07 Mar 2010 09:40:52 GMT</pubDate></item><item><title><![CDATA[Select ODBC Data Source is empty]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213633</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213633</guid><description><![CDATA[ Hi,<br />
<br />
Has anyone tried to connect FM 10 on a local mySQL DB everything on Windows 7 64bit?<br />
<br />
Here's my configuration :<br />
Windows 7 64bit: MySQL 5.1.36 : ODBC Drivers 5.01.06 64bit<br />
<br />
I have created a <strong>system DSN</strong> using the MySQL drivers.<br />
And tried to add an external data source in a FM file, But the "Select ODBC Data Source" window is still empty.<br />
<br />
Does anyone know how to fix this issue?<br />
<br />
Thanks ]]></description><pubDate>Wed, 03 Mar 2010 21:20:03 GMT</pubDate></item><item><title><![CDATA[Pushing time-delayed updates to mysql ]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213632</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213632</guid><description><![CDATA[ Hello! I'm posting here after not having any luck on the FilemakerToday forums... hope to get some guidance from the community!<br />
<br />
I'm new to FileMaker but familiar with mysql and need some help bridging these two worlds. We want to push some of our data from FM to an external mysql db on a schedule we choose.<br />
<br />
Here's the setup:<br />
* large, sophisticated in-house FM system managing our inventory, contacts, etc<br />
* new mysql database on a remote web server, connected via ESS<br />
<br />
My main question right now is how to update product prices on our mysql-powered web page. Updating fields manually via ESS is obvious, but for our workflow we need to be able to push updates out as a batch, typically at the end of the day. This could be on the order of 100 - 5000 records with just a couple fields to update. In the future we'll need to read from mysql, but for now I need to do a simple push.<br />
<br />
Where would I start in writing a script for this?<br />
<br />
I'm just getting my feet wet here but eager to learn -- any refs to good tutorials, etc would be welcomed! Thanks so much for any help.<br />
<br />
Nathan  ]]></description><pubDate>Wed, 03 Mar 2010 21:09:54 GMT</pubDate></item><item><title><![CDATA[Synching FM shadow table data with MySQL]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213589</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213589</guid><description><![CDATA[ I am using FM10 as a presentation layer to MySQL, with generally good results. The problem I have is when I use the Execute SQL script step to do modifications in MySQL. What do I have to do to have the data appear in FM shadow tables?<br />
<br />
When the Execute SQL operates on a small amount of data, a Commit Records and Refresh Window script step, the latter with flush cached join results, flush cached SQL data seems to work.<br />
<br />
However, when the Execute SQL operates on a large amount of data (1000 rows, say), it doesn't work. If I refresh (manually, with a script that just does the commit and refresh), the changes appear within two tries. I'd like to be able to do something in the script so it is automatic. The only thing that does the trick is to pass the row count back from MySQL to FM, and then to loop doing commit and refresh, with .5 second pauses in between, until the count matches the Get(FoundCount). I'm suspicious of anything this non-deterministic.<br />
<br />
Any ideas? I have a relatively small test case that demonstrates the problem. ]]></description><pubDate>Mon, 01 Mar 2010 05:06:15 GMT</pubDate></item><item><title><![CDATA[Importing FM Schema into Modelling Program?]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213446</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213446</guid><description><![CDATA[ Hi - I'm trying to figure out if FMP's ODBC connectivity allows me to import the database schema into one of the programs (eg Dezign for databases, Enterprise Architect, etc) that will read SQL or ODBC databases and then draw a diagram for documentation.  <br />
<br />
Can FMP look like an ODBC source?  Or can I export to XML so I can import that way?<br />
<br />
Thanks,<br />
Michael ]]></description><pubDate>Wed, 17 Feb 2010 18:17:48 GMT</pubDate></item><item><title><![CDATA[Multiple SQL/ODBC Databases]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213361</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213361</guid><description><![CDATA[ I have multiple SQL databases, all exactly the same format and structure, that I talk to using FM9 scripts, standard relationships, and ODBC drivers. I only need to talk to one SQL database at a time. At this time, each database has it's own ODBC DNS and it's own relationship hook through a shadow table. <br />
<br />
Is there a way I can dynamically allocate, connect to, and talk to any one of my external databases. I only need to communicate with one database at a time. I also do not want to impose any restriction at all on the number of SQL databases I can access.<br />
<br />
I don't mind having multiple instances of DB shadow files, each with a different ODBC DNS, that I open and close to access.  I would not like to have multiple relationship instances.  If I could tie in the relationship stuff dynamically that would be great.<br />
<br />
Any suggestions or recommendations how to approach this problem would be appreciated. <br />
 ]]></description><pubDate>Thu, 11 Feb 2010 19:43:26 GMT</pubDate></item><item><title><![CDATA[SQL replicated table DML error]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213343</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213343</guid><description><![CDATA[ I have a database which will be using a SQL table on a SQL 2005 server that is replicated with another SQL server using the internal SQL Replication feature.<br />
<br />
When I try so save a record in the table 'Box' I get the following error:<br />
<br />
The target table 'Box' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.<br />
<br />
I found some old conversations on this from 2008 but none suggest a resolution. It's 2 years later. Has anyone found a fix for this? ]]></description><pubDate>Wed, 10 Feb 2010 22:13:23 GMT</pubDate></item><item><title><![CDATA[Record Access when connecting 2 Filemaker Databases]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213268</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213268</guid><description><![CDATA[ I am trying to figure out what I need to configure to fix this.<br />
<br />
I have 2 Filemaker Databases on the same Filemaker Server.  In one of the databases, I added the other database as an external data source.<br />
<br />
I then created the table occurrence, and built a relationship.<br />
<br />
It is accessing the other database fine.... but what is weird is that it never prompted me for a password or username, and no matter which user is logged in, they have access to edit the other database.<br />
<br />
How am I to prevent them from editing the record in the other database without locking them out completely.. I can't find where to configure it.<br />
<br />
Now, coincidentally, my admin account has the same password in both databases, so I considered that to be a reason why it didn't prompt me for a password...but I would be surprised if that was the problem here... ]]></description><pubDate>Thu, 04 Feb 2010 21:27:03 GMT</pubDate></item><item><title><![CDATA[Connecting to FM Server Advanced with VBA   ]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213254</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213254</guid><description><![CDATA[ I am trying to connect to our Filemaker Advanced Server, (ver. 10) via ODBC and VBA.  Let me say that I am not a VBA guru, and have not used it in a while.<br />
<br />
I setup the client application, (RSView SE running on Windows XP, SP2) to connect to SQL Server as a test and it worked.<br />
<br />
I setup the DataDirect ODBC SequeLinc driver, (ver 5.5) to connect to FileMaker with a DSN and that works.  I am able to see the database and update records with a simple SQL Client, so I know that works.<br />
<br />
The error I am getting right now appears to be in the connection string.<br />
<br />
Here is the connection string I am building.  I will keep things simple and not post a bunch of code.<br />
<br />
ConnectionString = "Provider=DSNNAME;Initial Catalog=DatabaseName;User ID=USERID;password=PASSWORD"<br />
<br />
I then do an ADODB  open of the database with something like<br />
<br />
cn.Open ConnectionString<br />
<br />
The connection fails, and I am not sure how to figure out how it is failing.  My first suspision is that my connection string is incorrect?  I am not sure of the syntax.<br />
<br />
Has anyone connected to Filemaker Server with VB and ADO using a DSN with ODBC?<br />
<br />
Yikes! That's a lot of acronyms...   <br />
<br />
Thanks<br />
Jim!<br />
<br />
 ]]></description><pubDate>Thu, 04 Feb 2010 16:24:39 GMT</pubDate></item><item><title><![CDATA[ODBC Drivers]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213232</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213232</guid><description><![CDATA[ I am running FMP 10 and cannot access my company's Oracle 10 DB via ODBC. When I first loaded the new version of FM, I could. Then, all of a sudden, I can't. I have looked in the windows XP control panel at the ODBC tab. There is no driver for FM. Silly question, where do I go for this? Remember, it used to work. ]]></description><pubDate>Wed, 03 Feb 2010 20:45:32 GMT</pubDate></item></channel></rss>