Question

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

  • 7 May 2019
  • 1 reply
  • 1 view

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


1 reply

Userlevel 4

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.

Reply