Hi Menon,

> I am new to the OOo UNO APIs. I was trying to connect
> to the SDB from OOo using Java. But I could not find
> the com.sun.star.sdb.RowSet class in any JARs supplied

RowSet is not a Java class, it is an UNO service.  You should read at
least the first chapter of the Developers Guide to get aquainted with UNO
concets.  Implementations of UNO services are not created using Java new,
but by a factory method of the UNO runtime.

        Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to