TOraQuery without Session
Posted: Sun 01 Oct 2006 17:31
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;