Skip to main content

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

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