For a book that I am writing on MaxDB I want to create a few self-made views
on the
system tables. But certain things I do not understand or I can not find
them;
1) Where in the system tables does MaxDB store the fact that a view was
created
with the with-check-option? I can only find it in the vi
Hi,
well the problem is that these unique numbers(aktenzeichen) are not generated by me.
They are in the DB (not my problem how they go in there).
So when the systems receives an email, this email needs one of these
numbers(aktenzeichen). So i need to get the umber and delete that number and mak
Hi.
I am having problems with LOCK and JAVA.
I need to make sure that no other Process is reading from a table, because in that
table are unique numbers.
So i want to lock the table, select a number(select * and read the first numer),
delete this number and release.
But somehow the lock is not