Page 1 of 1

TOraQuery without Session

Posted: Sun 01 Oct 2006 17:31
by Myhel
Can I work with TOraquery without connection?
Like with proprty CursorLocation = clUseClient in ADODataSet, or in ADO.Net

for example:

OraSession.Connect;
OraQuery.Open;
OraQuery.Session := nil;
OraSession.Disconnect;

..some changes..

OraQuery.OraSession := OraSession;
OraSession.Connect;
OraQuery.Post; or OraQuery.ApplyChanges;
OraQuery.Session := nil;
OraSession.Disconnect;

Posted: Mon 02 Oct 2006 11:51
by Challenger
We have implemented such functionality in the new version of ODAC (ODAC 6.00). It will be released in the near future.

Posted: Mon 02 Oct 2006 12:02
by jfudickar
Hi,

could you give us some informations about new features, which will be implemented in ODAC 6.00?? :lol:

Greetings and thanks
Jens

Posted: Mon 02 Oct 2006 14:28
by Challenger
Full list of features will be announced when the beta version released. We plan to release it in about a month.

Posted: Wed 01 Nov 2006 15:52
by jfudickar
Hi,

one month later 8)

Any news :lol:

Greetings
Jens

Posted: Fri 03 Nov 2006 14:40
by Challenger
We are working on the new version. And we are going to release Beta version soon.

Posted: Wed 13 Dec 2006 18:22
by jfudickar
If you aren't able to release the beta version, what about some infos about the upcomming release :?:

Greetings
Jens

Posted: Sat 16 Dec 2006 00:47
by MarkF
Cool! Is the idea here to be able to close the session, but still have the dataset be able to display data? That will be a very nice addition. Unless there's already a way to do it? Looking forward to the new version!