Skip to main content
Question

Can I use FME to create a form to interactively update rows in a SQL Server 2016 database

  • May 7, 2019
  • 1 reply
  • 7 views

I am looking for a way to update/load data into a SQL Server database by using FME as an input form

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • 8394 replies
  • May 7, 2019

FME is not really very GUI-oriented, but it's possible to either use FME Desktop with published parameters or FME Server with the new "workspace as an app"-functionality.

In your workspace you can e.g. use the SQLExecutor or the DatabaseUpdater to do the heavy lifting.