AllEntries in DB2 enabled database

Hello,

i want to use view.AllEntries in a DB2 enabled database, but i didn’t get an result.

In the debugger the system hangs at view.AllEntries. If the database isn’t db2 enabled the code works perfect.

Here is the code:

dim db as notesdatabase

dim view as notesview

dim vcol as notesviewentrycollection

set db = new notesdatabase(“”, “db2test.nsf”)

set view = db.getview(“(testview)”)

set vcol = view.allentries

I think this is a bug.

Kindest regads

Bernd Heitmann