Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3945260
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:59:49+00:00 2026-05-20T00:59:49+00:00

I’d like some advice on SQLite in OSX Snow Leopard. I’ve read a gazillion

  • 0

I’d like some advice on SQLite in OSX Snow Leopard.

I’ve read a gazillion posts and, of course, nearly all tell of the problems, and not the solution. Before attempting an install that may lead to problems, I’d like to get the “Here’s how to do it” that works.

I do have MySQL installed and can use it in Netbeans.

I also use SQLite as part of my Android app programming (via Eclipse).

I also use the database that comes with Netbeans/java but, it requires going through lot’s of hoops to run it outside the NB IDE.

I also use Base (the OpenOffice database).

Although I can easily turn on/off MySQL from the convenient add-on to the Sys Pref’s, it is a memory hog and memory isn’t released after turning off the connection and turning it off. Also, I don’t really need it’s power for my minimal db needs so, I’d like to use a smaller footprint, such as SQLite.

Some Questions:

  1. Since I use SQLite with Android, is it available to use in standard Java from Eclipse ? How about from Netbeans ? (I prefer Netbeans for standard java programming). And, how to run it outside Eclipse/Netbeans IDE ?.

  2. Where can I find the Simplest install instructions ?

  3. Is there a GUI interface available that enables basic db create/query…etc (What and where to find it ?). Perhaps even a tutorial… I’d like to be able to work with a database as a stand-alone rather than through a cumbersome IDE.

  4. Is there an alternate stand-alone ?

Thanks – any input is much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T00:59:50+00:00Added an answer on May 20, 2026 at 12:59 am

    First, sorry if you already knew that : SQlite is an embedded database, which mean it is only a file somewhere on the filesystem. All you need to use a SQLite database is a language with a database connector that will convert your SQL statement in read/write in the file format. So their is no “install” per say, except maybe to create a file somewhere . And even then, connecting to an existing file will create it for you in most library! And it will not use memory, since all the operation are executed inside your app. (EDIT well it will increase the memory footprint of your app, of course)

    Of course, the downside is that only program on the same machine can connect on the database.

    So to answer your questions.

    1- Yes, you can use SQlite from standard Java. You just need to use a JDBC driver. Here is one http://www.zentus.com/sqlitejdbc/ that is fully managed (it run entirely in the java VM)

    2- Connect a file somewhere on your computer. If it doesn’t exist, it will create it for you. If you do that, you will then need to create your table in your code. I don’t how much simpler it can get to be honest. The JDBC driver is installed like any other. You can also create the file manually with a GUI editor if you wish.

    3- I haven’t found a SQLite plugin in the official plug-in list of Netbeans, but I have found this http://netbeans.dzone.com/announcements/sqlite-jdbc-driver-plugin, which seem to be very, very beta, so I would be cautious before using is.

    4- Since I always use SQlite purely in code, I can’t recommend any GUI tool in particular. Other people may know more. There is this http://saxmike.com/MySoftware/MySoftware.asp?Menu=MYSOFTWARE, but the page has an animated gift, so…

    Good luck with all that!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I used javascript for loading a picture on my website depending on which small
I have a JSP page retrieving data and when single or double quotes are
I have text I am displaying in SIlverlight that is coming from a CMS
I want to count how many characters a certain string has in PHP, but
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.