[dba-dev] How to display table contents?

2011-06-16 Thread Rohit Kulkarni
Hello, I am working on writing an ldap driver for openoffice. I followed the steps for skeleton driver and was able to establish a connection and everything. I also changed some code inside getTables method of DatabaseMetaData.cxx file so that when the database is opened for editing it shows a de

[dba-dev] SDBC driver / Display data to user

2011-06-15 Thread Rohit Kulkarni
Hello, I worked on writing an SDBC driver for LDAP for a bit. I was able to make the skeleton SDBC driver work for me. After I go through couple of steps of establishing a connection with the correct connection string there is this new Window that shows up which is supposed to show list of availab

[dba-dev] Re: Shared Library registration with regcomp

2011-04-05 Thread Rohit Kulkarni
Hello, Thank you for your help. I understand what you are trying to tell me. I understand why I cant regcomp the lib file from connectivity module. Now can you please tell me what is wrong in my map file and makefile. makefile.mk===

[dba-dev] Shared Library registration with regcomp

2011-04-03 Thread Rohit Kulkarni
Hello, I am trying to register the library (.so) file for the example skeleton sdbc driver using "regcomp" tool into the services.rdb file. When I try to register the shared library in "connection/unxlngi6.pro/lib" directory it fails giving "CannotRegisterImplementationException" exception. Howev

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-30 Thread Rohit Kulkarni
t; On 30.03.2011 03:01, Rohit Kulkarni wrote: > >> Hello Oj, >> >> I an not writing the sdbcx driver, also I can debug everything else but >> my driver code. I am guessing I am not registering the driver properly. >> >> I have written the .xml file for the driv

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-29 Thread Rohit Kulkarni
;libDriverSkeletonli.so" file and copies it into the installation set. But when I debug this I can see that my driver is not returned as part of enumeration by "createContentEnumeration()" Could you suggest any way I can fix this? thanks in advance. -Rohit On Tue, Mar 29, 2011 at

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-28 Thread Rohit Kulkarni
What do I need to do so that createContentEnumeration will return my driver object in the list ? Regards, Rohit On Mon, Mar 28, 2011 at 1:16 PM, Ocke Janssen wrote: > Hi, > > > On 26.03.2011 06:47, Rohit Kulkarni wrote: > >> Hello, >> I have successfully built skeleton d

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-25 Thread Rohit Kulkarni
at 11:53 AM, Ocke Janssen wrote: > On 14.03.2011 18:45, Rohit Kulkarni wrote: > >> I could successfully built the skeleton driver and now I can see it in >> the list of available drivers as well! >> Thanks a lot for your help. I really appreciate it. >> > :-) > >&

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-14 Thread Rohit Kulkarni
me? Thanks, Rohit On Mon, Mar 14, 2011 at 12:55 PM, Ocke Janssen wrote: > Hi Rohit, > > > On 12.03.2011 07:17, Rohit Kulkarni wrote: > >> As a first step, I copied the folder DriverSkeleton to >> "../connectivity/drivers/" .I created .xcu and .xml files.To r

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-11 Thread Rohit Kulkarni
e: Error code 1, while making '../../../ unxlngi6.pro/lib/libDriverSkeletonli.so' I am building the Skeleton Driver and I dont know how to solve this problem. Could you please help to solve this problem? Am I doing anything wrong ? Thanks, Rohit On Fri, Mar 11, 2011 at 11:35 AM, Ocke Jan

[dba-dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-10 Thread Rohit Kulkarni
with your name ;-) > > > Best regards, > > Ocke > > > On 09.03.2011 19:21, Ocke Janssen wrote: > >> Hi, >> >> The driver can be found here >> ooo\odk\examples\DevelopersGuide\Database\DriverSkeleton >> >> - oj >> >> PS:

[dba-dev] Help Required In Writing a New SDBC Driver For LDAP

2011-03-09 Thread Rohit Kulkarni
Currently I am writing an SDBC driver for LDAP directories. I am following the guidelines given at http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Database/SDBC_Driver This includes writing Driver, connection, statement and resultset services. I want to compile the skeleton driver