cancel
Showing results for 
Search instead for 
Did you mean: 

DML Operations dont work on alfresco database

alihammad
Champ in-the-making
Champ in-the-making
I cant perform DML Operation on Alfresco database like Insert and Delete from Java. I suppose the Schema Updates are not allowed. But how to configure the datasource or whatever to enable DML operations to work successfully?

Thanks
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Alfresco requires exclusive access to its schema.    To insert or delete you should use one of the Alfresco Public APIs and not go to the DB directly.

alihammad
Champ in-the-making
Champ in-the-making
Can you please give me an example ?

alihammad
Champ in-the-making
Champ in-the-making
can you please give me an example which performs DML operations on alfresco DB?