|
My job would be easier, or at least less tedious if I could come up with an automated way (preferably in a Python script) to extract useful information from a FileMaker Pro database. I am working on Linux machine and the FileMaker database is on the same...
Started by steveth45 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It has been a really long time since I did anything with FileMaker Pro, but I know that it does FileMaker data via ODBC & JDBC:
Sharing FileMaker Pro data via ODBC or JDBC
From there, if you're able to create an ODBC/JDBC connection....
|
|
I am not familiar with Filemaker, but I have inherited a Filemaker (I think v3) database. Is there an ADO.net or odbc driver I can use to extract data?
Started by simon831 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can connect via ODBC, also to Filemaker Server you can connect with PHP.
Current version is 10, and it is light years ahead of FM3 .
FileMaker 3 is way way ancient.
There's an ODBC client driver.
|
|
I'm using FileMaker Pro 9 and I want to take a database with repeating records (e.g. one field is "Lines" and it can have up to 9 strings) and import data into it from an XML file.
Right now, with the following XML file, I only get the first entry imported...
Started by Zian Choy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Actual answer is that FileMaker doesn't support importing repeating fields in XML ..
But you can get around it:
As far as I can tell, FileMaker seems to use the ASCII-29.
You can't.
|
Ask your Facebook Friends
|
I'm hoping for more than just exporting the data, I would like to preserve the relation between the databases. This is for a friend's legacy database that tracks monthly fees from a list of clients.
I have the original FM database file on hand, but not...
Started by willc2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Since the database only had 2 related files and no scripts, it was relatively easy.
=47765&mode=info
I eventually solved this by acquiring Filemaker II and opening it a PowerPC Mac formulas and layouts.
|
|
Hi All,
I have a client that wants to use Filemaker for a few things in their office, and may have me building a web app.
The last time I used, or thought about, or even heard of, Filemaker was about 10 years ago, and I seem to remember that I don't want...
Started by Eli on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you need read-write access to the FileMaker database? In that case, you've got several choices a trigger in the FileMaker database so that every time a record is changed (or part of a record youYou may have a hard time ....
|
|
There is a service running which monitors files in a folder on a server. Whenever files are copied to this folder, the files are moved and a record is written to a filemaker pro database through an ODBC connection. In that same process I need the ID of...
Started by stephenbayer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm assuming you're using an INSERT statement to get the data into FileMaker to FileMaker's ODBC documentation....
I'm not an experienced user of the ODBC interface into FileMaker, but I can suggest a possible solution that might work.
|
|
Hi everyone.
We have a huge web application running on lasso, mainly because it first was a huge internal filemaker database, that was to be opened to the public as a web app.
The web application doesn't use filemaker though, it runs on a MySQL database...
Started by Berzemus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Hi,
I used Lasso many years ago (with FileMaker 6) I only remember it being difficult but I can't on the alternatives
FileMaker provides a php site assistant (since you're a php guy, this should be of interest build a site in Rails and communicate....
|
|
Hey!
So I'm transferring an old filemaker database to MySQL and some repeating fields are causing me some problems. I've read that the ODBC standard support those fields, only when their types is "Text" and that each repetition is concatenated with a ...
Started by Afrosimon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can create a related table in FileMaker.
Within FileMaker and then perform the transfer of the data.
|
|
I'm looking for an open source alternative to simple databases such as FileMaker or Access (something visual where you don't need SQL very much).
I know of Base in OpenOffice.org but I think it is too buggy to be usable (at least last time I tried it,...
Started by Jonas on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Have you considered using a more robust database solution? There are many GUI solutions provided.
|
|
I have an ASP.Net application that needs to display an image that is stored in a Filemaker Container field. My query statement looks like:
select GetAs(Image, 'JPG') from UA_Item_Pictures where "Stock Number"=33989 and ImageOrder=1
According to the documentation...
Started by TexasT on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Exclusively to filemaker.
|