Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » CDOQuery - update sql
CDOQuery - update sql [message #1276413] Mon, 24 March 2014 14:36 Go to next message
Areq Novak is currently offline Areq NovakFriend
Messages: 12
Registered: March 2014
Junior Member

String query = "update .... ";

CDOSession cdoSession = standCDOAcces.openSession();
CDOTransaction transaction = cdoSession.openTransaction();
CDOQuery cqo = transaction.createQuery("sql", query);

what next ? Smile I want to execute update sql
Re: CDOQuery - update sql [message #1276539 is a reply to message #1276413] Mon, 24 March 2014 17:59 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 24.03.2014 15:36, schrieb Areq Novak:
>
> String query = "update .... ";
>
> CDOSession cdoSession = standCDOAcces.openSession();
> CDOTransaction transaction = cdoSession.openTransaction();
> CDOQuery cqo = transaction.createQuery("sql", query);
>
> what next ? :) I want to execute update sql
Please see my replies to your thread "CDOQuery sql delete statement" in this forum...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:[CDO] EMF ODA driver & UI compliant with CDO security manager
Next Topic:CDOQuery sql delete statement
Goto Forum:
  


Current Time: Wed Apr 24 15:04:58 GMT 2024

Powered by FUDForum. Page generated in 0.02746 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top