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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:59:15+00:00 2026-05-26T03:59:15+00:00

Not entirely sure why this isn’t working. sqlite3 *db; sqlite3_open([databasePath UTF8String], &db); NSString *query;

  • 0

Not entirely sure why this isn’t working.

sqlite3 *db;
sqlite3_open([databasePath UTF8String], &db);
NSString *query;

NSNumber *start = (*cur_page * 50) - 50;

query = [NSString stringWithFormat:@"SELECT rest_db.rest_id, rest_db.name, prices.value FROM rest_db JOIN prices ON rest_db.rest_id = prices.table_id WHERE prices.table_name = 'rest_db'  ORDER BY rest_db.name ASC %d Limit 50;", start];

Previously, the code looked like:

sqlite3 *db;
sqlite3_open([databasePath UTF8String], &db);
NSString *query;

query = @"SELECT rest_db.rest_id, rest_db.name, prices.value FROM rest_db JOIN prices ON rest_db.rest_id = prices.table_id WHERE prices.table_name = 'rest_db'  ORDER BY rest_db.name ASC";

which worked just fine. I’ve tried setting start as:

int start
int *start
NSString *start

and of course I changed the “%d” accordingly for the string. All to no avail. I’m clueless at the moment. The program crashes when I hit this page now. No errors, can’t get anything to write using NSLog.

I’ve also tried using:

[NSString alloc] initWithFormat

Any ideas? They are appreciated. Thanks.

—————————– EDIT —————————-

.h

int page_count;
int cur_page;

@property int page_count;
@property int cur_page;


.m

@synthesize page_count;
@synthesize cur_page;

int start = (cur_page * 50) - 50;

query = [NSString stringWithFormat:@"SELECT rest_db.rest_id, rest_db.name, prices.value FROM rest_db JOIN prices ON rest_db.rest_id = prices.table_id WHERE prices.table_name = 'rest_db'  ORDER BY rest_db.name ASC %d Limit 50;", start];

And now, since I did fix a typecast thanks to one of the previous suggestions, it doesn’t crash the program, but shows no data from the query as start = 0. Which as I look over my code is exactly what it should equal, and if I had my sqlite statement set up correctly, I would see that I am putting it into the limit in the wrong place… -.- So the initial typecast issue was the crash and only issue, it would seem.

  • 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-26T03:59:15+00:00Added an answer on May 26, 2026 at 3:59 am

    I suspect that NSNumber *start = (*cur_page * 50) - 50; is calculating an integer value and then assigning that int value to the pointer start, producing an invalid pointer. start should be declared as an int or NSInteger.

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

Sidebar

Related Questions

I'm not entirely sure if this is possible, but does anyone know how, or
I'm not entirely sure why this crash is happening and I'd like to get
I'm not entirely sure if this is the best way to word it, however,
Not entirely sure of a good title for this, feel free to edit it
Not entirely sure how to phrase the question, because it's a why doesn't this
I'm not entirely sure what's breaking here on this page: http://grandoaks.org/floor.html but it seems
Not entirely sure how to do this, but I noticed that Facebox works perfectly,
I've heard this term used, but I'm not entirely sure what it means, so:
I'm not entirely sure this is possible. I have a legacy GUI application written
I'm not entirely sure if this is possible and tried searching but couldn't find

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.