Jump to content
Server Maintenance This Week. ×

ESS: SQL Rowversion (timestamp)


This topic is 4047 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?  

Link to comment
Share on other sites

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.)

Link to comment
Share on other sites

This topic is 4047 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.