• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CMP Transaction Using DB2 7.2

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a db with one of the columns defined as a blob.
As I want to update the blob manually, I have defined all the other fields to be written in the create method. I thought I could then update the blob in the postcreate, but I think that container hasn't yet tentatively written the record, as the update hangs.
Is that right? I'm sure I read somewhere that at the end of the create the record is written, but my fear is that this is down to the container and/or the db being used.
BTW i'm using wsad 4.0.3.
Does anyone have any ideas?
TIA
Dave.
reply
    Bookmark Topic Watch Topic
  • New Topic