Servoy 5.1 with FileMaker 11 Backend

posted for info only …

I just tried the FileMaker 11 JDBC Driver in Servoy 5.1, and it does appear to work

In FileMaker, you just need to define one field as the “Primary Key”, that is validated always, unique, and not empty

We have solutions in both, so this helps

greg

gdurniak:
posted for info only …

I just tried the FileMaker 11 JDBC Driver in Servoy 5.1, and it does appear to work

In FileMaker, you just need to define one field as the “Primary Key”, that is validated unique, and not empty

We have solutions in both, so this helps

greg

Hi Greg,

I was tempted to say: “But who the hell would want such a crappy back-end for its Servoy solution anyway?”
Believe me, I know what I’m saying here, FM as a SQL database sounds like an oxymoron. - In any case, a bad joke.

But then as you said, when you have solutions in both, it can help, as a temporary solution/exchange mechanism…
So thanks for the tip!

Just make sure to migrate your data to a real SQL server asap (there are plenty around and some of them are free and hugely powerful - see PostgreSQL now shipping with Servoy 5.2 now for example).

Best,

we had hoped to be all FileMaker, or all Servoy, but found both had advantages

and as FileMaker gets more complicated, and Servoy gets simpler, the two applications may someday meet in the middle

please note that I was able to imitate ( almost ) my Servoy App, in FileMaker 9, with a JDBC SQL Plugin, the web viewer, and a MySQL ESS Table

( we started with FileMaker 3, and then Servoy 2 )

greg

Anyway, it is very useful to know that it is possible – could be handy when doing conversion work.