July 30, 201213 yr Hi, I am seeking help on the proper way on using the GetAs function in FQL. Recently, I am checking the possibility to retrieve container field content and put in on web page via the JDBC connection to filemaker server. From my observation and testing carried out so far, the result is not too promising. It would be helpful if someone can give me a hand on this. Thanks, Oliver
July 30, 201213 yr Not entirely sure why you want to turn to FQL (internal FileMaker SQL) for displaying something externally to FM... You may want to look at the XML API to retrieve pictures and display them.
July 30, 201213 yr Author The main reason here is because we are using Coldfusion application server here and JDBC connection is the mean to get data from Filemaker. We are looking at the way to retrieve content from Filemaker using FQL (internal FileMaker SQL), it sounds like it is supported from the FileMaker documentation but not working as expected in testing. Oliver
August 1, 201213 yr Author Hi, everybody. I am still looking for the proper way on using the GetAs() function in Filemaker. As I need to retrieve content from container field such as JPEG and PDF etc. For similar case, using MySQL database's BLOB field type is pretty straight forward under the same situation but in FileMaker, this is quite a challenge. I am querying if GetAs() is the right function to retrieve binary data in FileMaker. So far, I am trying Filemaker 11's JDBC and ODBC without success. Any clue here? Oliver
October 13, 201213 yr Oliver are the images & pdf stored in FM or referenced by FM? I always had these stored where the Web server could find them and just used normal links to them. I work in ColdFusion. Beverly
Create an account or sign in to comment