‎2009 Aug 10 1:25 PM
HI ,
i have table with single line buffer and when i do select with not all the key fields i get
warning in the code inspector .
i build index for the table with the field that i use for the selection but the warning remain .
there is something that i can do to ignore this warning ,in case i cant change the table
buffering settings ?
Regards
Joy
‎2009 Aug 10 2:08 PM
Hi,
if your goal is to get rid of the warning, check the documentaion (blue information icon), there you will find how to surpress the warning with pseudo comments.
However, you should only surpress the warning if you are sure that there is no other chance of using the buffered table in the buffer.
Kind regards,
Hermann
‎2009 Aug 10 1:48 PM
Hi Joy,
Can you summarize the warning?
Regards,
Aditya
‎2009 Aug 10 1:51 PM
the index that you have created may not be unique, ie, multiple entries may exist for that index, hence the warning remains.
If your functionality requires u not to use primary keys, i dont think u should worry abt the warning message...
Regards,
Bikash
‎2009 Aug 10 2:08 PM
Hi,
if your goal is to get rid of the warning, check the documentaion (blue information icon), there you will find how to surpress the warning with pseudo comments.
However, you should only surpress the warning if you are sure that there is no other chance of using the buffered table in the buffer.
Kind regards,
Hermann
‎2009 Aug 11 10:31 AM
what do youz want ???
The table is buffered (single record), and to use the buffer you must know all key fields.
You access bypassed the buffer, that is the message of the code inspector.
If your access is important, then you should not build a new index, but use the buffer, maybe a generic
buffering is an option.
Siegfried