List Database Views Utility (via CORBA)

Author: Tripp W Black

Created: 09/06/2002 at 09:23 PM

 

Category:
Notes Developer Tips
Java

List a Notes Database View Entries

Uses the command line format:
java myDbAccessLevel server database user password

where:
server = the server's name (e.g. www.mindwatering.com)
database = a database name (e.g. test/sample.nsf)
user = the username used to authenticate
password = the user's http password


Attached is the source java file and a class file compiled with J2JDK 1.4.0.01. Also tested with the JDK
1.1.8.

myDbAccessLevel.classmyDbAccessLevel.java

previous page