TOraQuery without Session
TOraQuery without Session
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;
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;
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
We have implemented such functionality in the new version of ODAC (ODAC 6.00). It will be released in the near future.
Last edited by Challenger on Mon 02 Oct 2006 12:35, edited 1 time in total.
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53