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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:48:39+00:00 2026-06-15T19:48:39+00:00

I am developing an app which requires a SQL DB on the device. I

  • 0

I am developing an app which requires a SQL DB on the device. I am using the File.applicationStorageDirectory and folder.resolvePath to add a new DB. When debugging the app it all looks like it executes correctly and I am able to successfully create a new table.

I haven’t gone too far with inserting and reading records however I just wanted to ask, when I re-run the app does the existing DB file get replaced with a new empty one? If so do I need to check if the file exists etc.

How can I look at the DB on the device (iOS at this stage)?

Thanks

  • 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-15T19:48:40+00:00Added an answer on June 15, 2026 at 7:48 pm

    Try with this

    If you using resolvePath if file doesn’t exist it created for you else it leave as it is.Overwrite never happen if you using resolvepath.

    OR

    If you want to check if already exists through

            if(dbFile.exist) 
               trace('File already exists');
    

    Use this

            var dbFile:File = new File("app-storage:/" + "localdb.db");
            sqlConnection = new SQLConnection();            
            sqlConnection.addEventListener(SQLEvent.OPEN, onAuthorDatabase_OpenHandler);
            sqlConnection.addEventListener(SQLErrorEvent.ERROR, onSQLErroHandler);
            sqlConnection.openAsync(dbFile);
    

    I don’t know how to look db file on device storage place(iOS).

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

Sidebar

Related Questions

I am developing an iPhone app which requires charts. Hence I am using API
I am developing an app which requires the phone to ring or make some
I'm developing an app which requires the system to get the touch events even
I'm currently developing a spotify app which requires oAuth to sign into GetGlue. It
I have been developing an app in VB.NET which requires a control object (for
I am developing an app which requires to send email to a person. Everything
I am developing an app which requires interaction with a SOAP web service, to
I am developing an android app which requires route guidance in a map in
I am developing a web app which requires a username and password to be
I am developing an android app which requires search functionality. My app contains action

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.