@DbColumn in Server Side Javascript

Hello,

In an XPage I am trying to fill a combo with an @DbColumn :

var dbname = new Array(“”, “TESTVUE.nsf”);

return @DbColumn(dbname, “test”, 1);

When I open the Xpage in my browser, the combo is empty.

I am Manager of the TESTVUE database.

I tried to set the Manager access to the “-default-” user, and now the combo get filled !!

Does this mean that the Javascript @DbColumn uses the Default access rights, and not the current user ?

Subject: OK

Forget my previous message :

In fact I think it is ok : When I launch the XPage preview from Designer, I am not authentificated.

I will try to put my 2 databases on a server.