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

  • SEARCH
  • Home
  • 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 6340317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:48:44+00:00 2026-05-24T19:48:44+00:00

I have an appcelerator titanium project (you don’t need to be familiar with the

  • 0

I have an appcelerator titanium project (you don’t need to be familiar with the platform to help me) that I am using to create an iOS app. I want to have a database with a table that is filled with several rows for the first time, and then left alone after the first time.

I know you can create a table if it doesn’t exist. Is there something similar for Inserting data?

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-05-24T19:48:46+00:00Added an answer on May 24, 2026 at 7:48 pm

    Expanding on MPelletier’s response with some Titanium-specific code, you could do the following in your project:

    var my_db = Ti.Database.open('nameofdb');
    var my_result_set = my_db.execute('SELECT * FROM MyTable');
    var records = my_result_set.rowCount;
    

    The records variable will indicate whether or not you have data in your table and then you can act accordingly.

    There are a couple of nice ORM-ish utilities out there for Titanium: TiStore and Joli are the two I’ve used. Both are inspired by ActiveRecord and can be helpful in reducing your DB-related code. They’re on Github if you want to know more about them!

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

Sidebar

Related Questions

Using Titanium Appcelerator SDK 1.7.1 for iOS 4.3 I have a TableViewRow and need
I have developed an Android app using Appcelerator Titanium. This app will create a
I want to make iOS Module with Titanium appcelerator. I have connected app.js file
I have recently started creating an iPhone application using Appcelerator's Titanium. Since the application
How do I create an app that is: lightweight: I am guessing don't require
I have been trying to make sense of some claims that Appcelerator Titanium makes.
We are developing an app using Appclerator titanium. We have a free version of
I'm writing an iPhone app using Appcelerator Titanium Mobile. I am hiding and showing
I am using titanium appecelerator to build an app in both ios and android.
i am new in javascript and i have to understand an appcelerator project. in

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.