C/front

elisiosousaelisiosousa Member Posts: 10
edited 2004-06-16 in Navision Attain
i'm trying to connect a navision database with c/front.
i have no problems when i try to retrieve information from the navision database, but when i try to modify or insert a record i get this error message: it's not possible to make changes in the database with this trigger ( message translated. the original message has in portuguese: não é possivel efectuar alterações na base de dados a partir deste disparador).

can anybody identify the problem...
Thanks

Comments

  • fbfb Member Posts: 246
    Have you started a write transaction?

    C/Front OCX:
    cf.BWT
    
    C/Front dll:
    DBL_BWT;
    
  • athomaathoma Member Posts: 5
    ...and don't forget :)


    EWT = commit, end transaction
    or
    AWT = rollback, abort transaction
  • elisiosousaelisiosousa Member Posts: 10
    the problem is solved thanks to fb and athoma.

    thanks both.
Sign In or Register to comment.