hi to everybody, i know the bug of the executequery, I am enough been sorry of this, above all because 2 days ago I had to deliver a working job to 100% with the version sp0 but absolutely jammed with the sp1, only because the datatable.executequery, doesn't perform me insert, delete or update, but only query of select.
do I now, have need to make to work my software and therefore of a fast solution to perform contemplated query, can you give me some suggestion or some solution?
escuse my bad english
Maybe I don't understand your question but you should NOT
INSERT / DELETE / UPDATE anything in the B1 DB. You can
only SELECT, all the rest should be done via DI API
objects. This is very clearly stated in the solution
certification guidelines.
Add a comment