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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:23:53+00:00 2026-05-11T14:23:53+00:00

void max_min(sqlite3 *db) { //call back********* int i, ncols; sqlite3_stmt *stmt; char *sql; const

  • 0
void max_min(sqlite3 *db) {     //call back*********     int i, ncols;     sqlite3_stmt *stmt;     char *sql;     const char *tail;     char *zErrMsg = 0;     int rc;     //******************      //min/max variables     char min[20];     char max[20];         //we want only the min and max value of this table     sql = 'SELECT MIN(Start),MAX(End)FROM GMTI;'; //doesn't extract but works in GUI tool?      //sql = 'SELECT * FROM GMTI WHERE Start<16;'; //works?      rc = sqlite3_prepare(db, sql, strlen(sql), &stmt, &tail);         if(rc != SQLITE_OK){             fprintf(stderr, 'SQL error: %s\n', sqlite3_errmsg(db));         }      rc = sqlite3_step(stmt);     ncols = sqlite3_column_count(stmt);     printf('Number of columns: %d and row status: %d', ncols, rc);     while(rc == SQLITE_ROW){         for(i=0; i<ncols; i++){                   if (strncmp('Start', sqlite3_column_name(stmt,i), strlen('Start')) == 0)                   {                         strncpy(min, sqlite3_column_text(stmt,i), strlen(sqlite3_column_text(stmt,i)));                         strcpy(min + strlen(sqlite3_column_text(stmt,i)), '\0');                         printf('min is: %s\n', min);                         printf('<br>');                   }                     if (strncmp('End', sqlite3_column_name(stmt,i), strlen('End')) == 0)                   {                         strncpy(max, sqlite3_column_text(stmt,i), strlen(sqlite3_column_text(stmt,i)));                         strcpy(max + strlen(sqlite3_column_text(stmt,i)), '\0');                         printf('max: %s\n', max);                         printf('<br>');                   }            }//end for           fprintf(stderr, '\n');     rc = sqlite3_step(stmt);     }//end while      sqlite3_finalize(stmt);  } 

When I use the sql query above with the MIN and MAX functions, nothing prints out for min and max. If I use one of the other statements commented out there, it works as expected, printing the selected query.
What is different about the max and min in the query, that it can’t extract the values? Is it not in table format?
Also, I tested the problem query string in an SqLite database browser on the same database and it works, displaying the two – min and max values.

Any suggestions would be greatly appreciated.

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. 2026-05-11T14:23:54+00:00Added an answer on May 11, 2026 at 2:23 pm

    Try printing out the returned column names. Maybe they don’t equal ‘Start’ and ‘End’ as you assumed?

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

Sidebar

Ask A Question

Stats

  • Questions 197k
  • Answers 197k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Yes. f = i << 2 Shifts are useful in… May 12, 2026 at 7:26 pm
  • Editorial Team
    Editorial Team added an answer The code in the question is trying to define class… May 12, 2026 at 7:26 pm
  • Editorial Team
    Editorial Team added an answer What is the exception? Also I am not sure what… May 12, 2026 at 7:26 pm

Related Questions

I'm a junior student in IT. I am facing a problem with the output
I've been trying to make a generic class to represent a range of values
Still new to Objective C, and I'm having some trouble that I just can't
I'm looking for an ultra-easy way to generate a list of numbers, 1-200. (it

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.