Skip to main content

Workaround for Data Connections in VertiGIS

Comments

2 comments

  • Berend Veldkamp

    What exactly are you looking for? The only place you can do anything with a data connection is in a server workflow; client workflows run in a browser context and as such, cannot connect to a database. 

    That said, it isn't all that different from GCX. An old style workflow would run on the server too, with the exception of a limited number of activities such as a Display Form. The main difference is that you now have to choose where a workflow is run: Either server side or client side, but not like the hybrid model used in GCX.

    1
  • Henry Haro

    Thank you for the response, Berend. Sorry for my slow reply.

    I was able to work on it some more and found where I was getting hung up on the language.

    Basically, the work of the Data Connection in GCX can be defined in the Connection String for a Server-Side Workflow. After that, putting the same SQL Command and Parameters into the necessary locations in the Data Link configuration obtained the desired result.

    1

Please sign in to leave a comment.