PDA

View Full Version : SQL7008



Guest.Visitor
01-29-2002, 10:02 PM
Tony, Most likely this is caused because you are not journaling the file. You should be able to specify an isolation level of none. I think it is a property like commit=none. David Morris

tony@negia.net
02-07-2002, 01:04 PM
Does anyone have any experience with this SQL error. I get the error message when one of my java maintenance methods running in my pc tries an add, update, or delete against a physical file on the 400. I have a simple swing application that accepts data on the pc and then uses JDBC to connect and maintain the file on the 400. Any ideas? Tony

tony@negia.net
02-07-2002, 01:04 PM
Thanks, that fixed it.