Subject IBOQuery EditSQL syntax
Author Bill Gage
Can you give me an example of the proper EditSQL syntax? And, do I
need to set the IBOQuery RequestLive property to false for the
component to use the EditSQL property?


is the syntax as such

UPDATE My_TABLE Set My_FIELD = :My_Field WHERE My_Key_Field
= :My_Key_Field

If the above is true do I need to manually create the params for it
to work?

And also if the above is true, is there another method to write the
EditSQL statement other than the above?

Bill