I don't think you can get the data directly without using C and hacking the log file format. It isn't designed to be done that way, but accessed by the provided tools. Hence you can get the meta information but not the data (because people will then write their own restore programs and soon and get it wrong.)
Jim From: [email protected] [mailto:[email protected]] On Behalf Of chandrasekar duri Sent: Monday, March 22, 2010 9:17 PM To: [email protected] Subject: jBASE Transaction Journalling Hi guys, I have a doubt in jBASE journaling. When the journaling is active all the details of the updates made to the database are recorded in the log file, and i'm able to fetch the details about the transaction and i'm able to successfully replay the transactions. All these things are fine. My question is where is the updated data is stored. For example if we do some modifications to a customer in a customer table and we commit the record. Where are these modifications stored. >From the log files i'm able to get only the details of the update that is made >to the database or details of a transaction. But there is no information of where the updated data is being stored. Regards, Chandrasekar -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en To unsubscribe from this group, send email to jbase+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject. -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en To unsubscribe from this group, send email to jbase+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
