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 8059097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:33:52+00:00 2026-06-05T09:33:52+00:00

The application I made currently use XML files to store data and now want

  • 0

The application I made currently use XML files to store data and now want to Convert it to SQLite db as manipulating data in XML file is getting bit complicated.

I decided on FMDB to be used as Wrapper for SQL. The problem is, the development process right now is going pretty slow as I have to use NSLogs to print every SQLite command to verify if it is working or not. Is there a GUI Tool which can be used while development which shows me the changes in SQL table in real time as I am running the app on Simulator.

  • 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-06-05T09:33:54+00:00Added an answer on June 5, 2026 at 9:33 am

    You can see in real time with sqlite3 in commande line, For GUI you have to reload the database’s file to see the changes.
    For get the location of your database’s file use this code:

    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    NSArray *documentPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,   NSUserDomainMask, YES);
    NSString *documentsDir = [documentPaths objectAtIndex:0];
    NSLog("%@", documentsDir);
    [pool release];
    

    For managing your database with GUI you can load you database’s file with http://menial.co.uk/software/base/

    With Base program you have to click on “Reload button” after each change

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

Sidebar

Related Questions

Our application is currently made up of two big entities: C# ASPX files, and
I've made a weather application which currently needs to use your location in order
I'm currently developing an application for Android which needs to use a custom made
I have an intranet application, which for many years has made use of the
I currently use log4net with a RollingFileAppender. As each Log call is made I'd
I am currently upgrading an application that made us of sync framework 1 to
I'm currently building a Spring MVC application. I was looking to use JSP pages
I'm creating an Android application that is supposed to use SAX (javax.xml.parsers.SAXParser) to parse
I've got a Silverlight application that makes a cross-domain request. The clientaccesspolicy.xml file exists
I am working on Highcharts application where chart will be displayed from XML data.

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.