Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] DTP support for SQLite DB

Hi Benedetta...
 
I think you've hit upon a bug in the driver class browsing feature of the generic JDBC profile. Can you please register it as a new Bugzilla entry? And I'll see what I can do to get that fixed.
Thanks.
--Fitz

Brian Fitzpatrick
Senior Software Engineer/DTP Committer
Sybase, Inc.

-----dtp-dev-bounces@xxxxxxxxxxx wrote: -----

To: dtp-dev@xxxxxxxxxxx
From: "Benedetta Turchi" <bturchi@xxxxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx
Date: 11/06/2006 10:32AM
Subject: Re: [dtp-dev] DTP support for SQLite DB

Thank you very much John.

I tried to use the generic JDBC support to define a driver as explained in
the documentation but I am getting this error in the 'Edit Driver Entry'
dialog of the Preferences:

"Required property in driver instance missing value: Driver Class"

Do you have any suggestion? (I am using the sqlite.jar provided by
http://www.ch-werner.de/javasqlite/)

Thank you
Benedetta

>From: jograham@xxxxxxxxxx
>Reply-To: DTP development mailing list <dtp-dev@xxxxxxxxxxx>
>To: DTP development mailing list <dtp-dev@xxxxxxxxxxx>
>Subject: Re: [dtp-dev] DTP support for SQLite DB
>Date: Fri, 3 Nov 2006 16:50:35 -0500
>
>Hi Benedetta,
>
>While DTP doesn't support SQLite specifically at the moment, we do have
>generic JDBC support through our SQL model. If you can get a JDBC
>connection to SQLite, then there's a chance you can use DTP as-is today. I
>say "a chance" because the generic support makes assumptions about the
>behavior of the JDBC driver, and we do have a bug about using native code
>(https://bugs.eclipse.org/bugs/show_bug.cgi?id=162625).
>
>Also, in the bug mentioned above, a reporter mentions successfully using
>SQLite with DTP. I'll forward this email to him to see if he can help out.
>
>Regards,
>John Graham
>Eclipse Data Tools Platform PMC Chair
>Staff Software Engineer, Sybase, Inc.
>http://dataplat.blogspot.com/
>
>
>
>
>              "Benedetta
>              Turchi"
>              <bturchi@hotmail.                                          To
>              com>                      dtp-dev@xxxxxxxxxxx
>              Sent by:                                                   cc
>              dtp-dev-bounces@e
>              clipse.org                                            Subject
>                                        [dtp-dev] DTP support for SQLite DB
>
>              11/03/2006 12:52
>              PM
>
>
>              Please respond to
>               DTP development
>                mailing list
>              <dtp-dev@eclipse.
>                    org>
>
>
>
>
>
>
>Hi,
>
>my next project is to create a tool to enable a user to create an SQLite
>database file using SQL scripts for schema and data. So I was wondering if
>I
>could use DTP.
>I know that SQLite DB is not supported by DTP at the moment, so I was
>wondering about the effort of adding this support.
>
>Thank you
>Benedetta
>
>_________________________________________________________________
>Manda messaggi istantanei dal tuo account di Hotmail!
>http://join.msn.com/hotmail/features-std#6
>
>_______________________________________________
>dtp-dev mailing list
>dtp-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dtp-dev
>
>
>
>_______________________________________________
>dtp-dev mailing list
>dtp-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dtp-dev

_________________________________________________________________
Aggiungi i tuoi nuovi contatti di Hotmail anche in Messenger.Con un click!
http://join.msn.com/hotmail/features-std#6

_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev



Back to the top