views:

97

answers:

1

I want to make portable desktop application in java using netbeans 6.8 and sqlite 3.6.23.1. So how to connect sqlite to netbeans and how to make it portable

A: 

Check this link where you have many api links available for accessing SQLite through java

http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers

RaviG