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,

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





Back to the top