JHaughey Posted April 3, 2013 Posted April 3, 2013 Having an issue with SQL UPDATE and FileMaker. My solution accesses several existing SQL tables via ESS. I have succesfully created scripts that access existing stored procedures in order to pull data or insert new rows. The trouble comes when trying to UPDATE rows. The SQL rowversion value is required in order to execute our stored procedeures that update rows. IOW, in order to update the row, I have get the existing rowversion value, and pass it back with the updates. However I can't seem to access the rowversion column via FileMaker. It exists in all of our SQL tables, yet is not avaialble in any FileMaker ESS shadow table. I have not been able to return a rowversion value to FileMaker variable via a direct table query either. Any ideas?
JHaughey Posted April 5, 2013 Author Posted April 5, 2013 We are getting around this by writing a web service for FileMaker to call, and we will get the value into FileMaker as a JSON string. Still disappointing that FileMaker can't seem to handle that data type natively. (Unless we are missing something, which is certainly possible.)
IdealData Posted April 5, 2013 Posted April 5, 2013 Have you seen the ODBC/JDBC guide that's in stalled with FMP? Chapter 7 details the supported standards - maybe there's something in there.
JHaughey Posted April 5, 2013 Author Posted April 5, 2013 I found the answer. That data type (bottom of table in link) is simply "unsupported." http://help.filemaker.com/app/answers/detail/a_id/6425/~/datatypes-and-field-mapping-with-filemaker
Recommended Posts
This topic is 4250 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now