I inserted rows from a windows java program (every minute another new order)
and saved:
orderHeaderDataSet.saveChanges(orderHeaderDataSet);
orderDetailDataSet.saveChanges(orderDetailDataSet);
while another java program inquires the orders I receive a lock header or
detail row message.
And I can not get rid of it.
The jds file resides in Linux (Dell server).
Primarily I tried to test temp, loga files.
They work without any problem but I could not get a solution yet for this
lock problem.
The StorageDataSet.saveChanges method should cause commit to be called on
the underlying connection.
Have you tried the trouble shooting tips in chapter 13 of the developer's
guide?
Thanks,
-Steve
"Mehmet F. Erten" <mehmet...@mblsoft.com> wrote in message
news:449dabd0$1...@newsgroups.borland.com...