Icon View Incident Report

Serious Serious
Reported By: Szabo Laszlo
Reported On: 2/20/2002
For: Version 3.06 Build 1
# 1034 Client Not Being Allowed Access to In-Memory Tables Created by the Client Itself

I have upgraded an app from 2.11 to 3.06 (using D6prof). I have created a user, specified a database, added the user to the db and granted every right.

In my application I create a memory table with SELECT x INTO MEMORY tbl, then run some SELECT xx FROM MEMORY tbl. It works just fine, but when I try to delete some rows from tbl, I got the following error:

#11288 The user 'xy' is not authorized to perform this operation with the database 'Memory' on the dbserver...

The sql was 'delete from memory bemondani where kod=0' (the suggested"Memory/bemondani" does not work, as the server doesn't know the memory database).


Resolution Resolution
Fixed Problem on 2/22/2002 in version 3.07 build 1
Image