Tagged Questions
0
votes
2answers
42 views
Selecting Data from Filemaker Database Via JDBC
I am using JDBC to get data out of a file maker server v12.
For some unknown reason filemaker allows you to have spaces in your table names. I am unable to select these tables because I just get a ...
1
vote
1answer
49 views
Looking for: A popup implementation in a Java library, with specific actions
Filemaker (and, I am given to understand, Amigas) have a popup menu which is different to the JPopup, or the SWT.POPUP in this wise:
It appears when you mousedown over the (say) textfield that holds ...
0
votes
1answer
672 views
How can I use JDBC to copy schema from one database to another?
I have a database in MySQL, and I want to programatically create all the same tables and fields in FileMaker Pro. I can do this myself using JDBC, but I was hoping that there was already a library ...
1
vote
4answers
189 views
Writing a database migrator in Java, Memory Issues (Code Structuring?)
I'm currently attemping to transfer data away from filemaker pro 11 to MySQL using JDBC.
I've dealt with setting up the connection to each, and have queries that work, and insert the data safely into ...
1
vote
2answers
134 views
Auto-locating a client's server
FileMaker Pro has a feature that allows client applications to auto-locate their server's IP address and connect to it. What is the best way to do this using a general purpose language like Java or ...