This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VBscript example using VI.DB.Entities.Query class with a join

Hi all,

Someone has an example how to execute a sql query with join on a vb script ?

I try with the code like:

            Query = Query.From("SAPUserHasParameter", "UP") _
            .Join("SAPParameter", "Par").On(f.ColumnsComparison("UP.UID_SAPPaameter", "Par.UID_SAPParameter"))

but it gives error.

Thank you very much and best regards

Ermes