Hello,I need to know the ways of access to the server but without using the ID.
Is There some code to access databases?
Thank you
Hello,I need to know the ways of access to the server but without using the ID.
Is There some code to access databases?
Thank you
Subject: ways of access
hi,access is not for the web, I need to access the database via the Lotus Notes, but without the ID
Is it possible?
Thanks.
Subject: No you need an ID file to access notes databases with a Notes client.
Think of it as a passport to gain access to a country, no passport no access.
Subject: You could create a web service or servlet…
…which accesses the data with an ID (with the web service it would be the ID of the signer) but provides an interface for others to request data without an ID. Or, of course, any Domino web application that allows Anonymous access can be used without an ID.