Book a Demo

Author Topic: UPDATABLE SQL Query  (Read 3492 times)

Michael co

  • EA User
  • **
  • Posts: 60
  • Karma: +0/-0
    • View Profile
UPDATABLE SQL Query
« on: July 23, 2014, 11:45:24 pm »
Is it possible to make updatable query on EA ?
INSERT / DELETE / UPDATE
?
or it is not supported

thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: UPDATABLE SQL Query
« Reply #1 on: July 23, 2014, 11:47:47 pm »
Use a native client or Repository.Execute (query) from the API.

q.