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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:50:26+00:00 2026-06-06T16:50:26+00:00

I have a feeling I’m asking a stupid question here. I’m having trouble retrieving

  • 0

I have a feeling I’m asking a stupid question here. I’m having trouble retrieving float values from a database.

The field in the database (whether I set it to float or double, I’ve tried both)
Has the value

-3.218364

When reading the value using sqlite3_column_double it returns the value

194586

I’ve tried all sorts of combinations, storing it using float, double, NSNumber, CLLocationDegrees with no luck at all.

How stupid am I being here, I’ve used decimals in previous app with no problems. But I can’t figure out what I’ve done wrong here.

All help 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-06-06T16:50:28+00:00Added an answer on June 6, 2026 at 4:50 pm

    SQLite will store and retrieve the correct value as long as you bind the correct value and use the correct indexes.

    e.g.

    //prepare insert statement ...
    sqlite3_bind_double(statement, 1, -3.218364); //Binding is 1 based
    
    //.. retrieve
    double dv = sqlite3_column_double(statement, 0); //Retrieving is 0 based
    

    You should not be getting another value unless

    1. You are inserting the wrong value
    2. You are retrieving from the wrong index
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a feeling this is a stupid question but I can't find the
I have a feeling that I am going to ask a stupid question, yet
I have a feeling that this is stupid question, but I'll ask anyway... I
I have a feeling that me asking this question may suggest that my design
I have the feeling the answer to this question is no but I figured
I have a feeling my problem is a bit strange, but here goes... I
I have a feeling I'm missing something pretty simple here but, in this one
I have a feeling I may already know the answer to this question, but
I have a feeling I'm doing something wrong here, but I'm not quite sure
I have a feeling someone is going to point me to another question that

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.