NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Jeff Steinkamp Posted via mailing list.
|
Posted: Sun Jul 10, 2011 10:35 pm Post subject: SQLite and Java |
|
|
This is probably more of a Java question than a Netbeans question, but
maybe someone here can provide a suitable answer.
I am in the process of converting most of my VB and C# projects over to
Java and those that are database projects use SQLite. So, what is the
best method of using SQLite with Java. I've done a Google search, but
have not found anything that I though was suitable. There seems to be a
lot of wrappers out there, but I think the JDBC is probably the way to go.
Comments?
--
Jeff K. Steinkamp N7YG
Tucson, AZ
SCUD Missile Coordinates:
N032-13-54.73 W110-50-51.72
Registered Linux User: 420428
------------------------------------------------------
Nonfat, nonsalt, nonfilling, bland tagline. |
|
| Back to top |
|
 |
marc.farrow
Joined: 15 Aug 2008 Posts: 157 Location: South Carolina
|
Posted: Sun Jul 10, 2011 10:38 pm Post subject: SQLite and Java |
|
|
JDBC is the only way to go. On Jul 10, 2011 5:53 PM, "Jeff Steinkamp" <address-removed ([email]address-removed[/email])> wrote:> This is probably more of a Java question than a Netbeans question, but
| Quote: | maybe someone here can provide a suitable answer.
I am in the process of converting most of my VB and C# projects over to
Java and those that are database projects use SQLite. So, what is the
best method of using SQLite with Java. I've done a Google search, but
have not found anything that I though was suitable. There seems to be a
lot of wrappers out there, but I think the JDBC is probably the way to go.
Comments?
--
Jeff K. Steinkamp N7YG
Tucson, AZ
SCUD Missile Coordinates:
N032-13-54.73 W110-50-51.72
Registered Linux User: 420428
------------------------------------------------------
Nonfat, nonsalt, nonfilling, bland tagline.
|
|
|
| Back to top |
|
 |
areeda
Joined: 28 Aug 2008 Posts: 469 Location: Los Angeles
|
Posted: Tue Jul 12, 2011 6:03 am Post subject: |
|
|
I use JDBC with SQLite. Works well.
I also have some projects that use mysql or SQLite. It wasn't too bad adding a layer that dealt with the differences (mostly data types).
Joe |
|
| Back to top |
|
 |
Jeff Steinkamp Posted via mailing list.
|
Posted: Tue Jul 12, 2011 6:31 am Post subject: SQLite and Java |
|
|
Thanks
I'll use JDBC.
Jeff K. Steinkamp N7YG
Tucson, AZ
SCUD Missile Coordinates:
N032-13-54.73 W110-50-51.72
Registered Linux User: 420428
------------------------------------------------------
Do cats have dimples?
On 2011-07-11 23:03, areeda wrote:
| Quote: | I use JDBC with SQLite. Works well.
I also have some projects that use mysql or SQLite. It wasn't too bad adding a layer that dealt with the differences (mostly data types).
Joe
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|