Hi
There is this really cool writer called Generic (Any Format). I tried to use this writer to keep my scripts independently from the DBMS I'm writing into. This would enable me to switch DBMS very fast, and just to have one lean script to work with PostgreSQL, MS SQL Server, Oracle, or Teradata.
Thing is that I make use of the parameter fme_db_operation in almost all my scripts. Some features lead to an INSERT, some trigger an UPDATE, other a DELETE.
I couldn't make the Generic ( Any Format) writer to accept fme_db_operation. It always leads to an INSERT operation.
How do I use the Generic ( Any Format) writer with the parameter fme_db_operation?