Hi Paul,

Hava a look at the WIKI to use P6Spy

Cheers,

Siegfried Goeschl

-----Original Message-----
From: Husek, Paul [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 22. Juli 2004 00:09
To: '[EMAIL PROTECTED]'
Subject: corruption on oracle


Hello,

 

I'm currently using Torque 3.1 with Oracle 8.1.7. I'm experiencing an anomaly.  
Specifically the following code:

 

   CapUser cu = p.getUser();

   cu.setPwChangedDate(new java.util.Date());  //this causes data corruption

   cu.save(); 

 

causes part of another field (the username) in this record to change. Specifically the 
first 3 characters of a field.  I can detect this by immediately looking up the record 
after the save.  Changing other fields in this record does not seem to have this 
problem. Has anyone ever experienced this?

 

How can I see the SQL the save() method generates too detect what's going on?

 

Thanks,

 

Paul

 

 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to