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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:54:57+00:00 2026-05-18T04:54:57+00:00

What does this error mean I have tried All possible means of changing it

  • 0

What does this error mean I have tried All possible means of changing it but it is not working.

cannot convert ‘SQLINTEGER*’ to ‘long int*’ for argument ‘6’ to ‘SQLRETURN SQLGetData(void*, SQLUSMALLINT, SQLSMALLINT, void*, long int, long int*)’emphasized text

Here is the code
#ifndef CPSC_408_DB_H
#define CPSC_408_DB_H

#include <sql.h>
#include <sqlext.h>
#include <iostream>
#include <string> using namespace std;


class Monster {   public:

  Monster(string dsn);   ~Monster();
     void execQuery();


  private:   //used for connection and status   
   SQLHENV env;  
   SQLHDBC dbc;   
   SQLHSTMT stmt;   
   SQLRETURN ret; /* ODBC API return status */   
   SQLCHAR outstr[1024];   SQLSMALLINT outstrlen;




};



#endif


//sql getdata method
/* retrieve column data as a string */
  ret = SQLGetData(stmt, i+1, SQL_C_CHAR,
                         buf, sizeof(buf), &indicator);
  • 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-18T04:54:57+00:00Added an answer on May 18, 2026 at 4:54 am

    It would help if you’d post the actual call to SQLGetData that the compiler is griping about, along with all related declarations, but I’ll take a stab at it.

    The last parameter to SQLGetData is supposed to a pointer to a long int (sometimes referred to as an SDWORD in some versions of the ODBC docs), not a pointer to an SQLINTEGER. Check the type of the variable whose address you’re passing and update it as necessary.

    Share and enjoy.

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

Sidebar

Related Questions

All are from this post . What does these statement mean: error(nargchk(5, 6, nargin));
What does this error mean? Format of the initialization string does not conform to
what does this error mean ? I am trying to insert dates to SQLite
What does this mean and why am I getting this error. Any suggestions on
Does anyone know what these error's mean? I get this when I click a
Does anyone know what this error message means? FATAL: Code generation error detected during
I don't know what all the db, dw, dd, things mean. I have tried
What does mean? I get this error when trying to iterate through a file
This is a new one for me: What does this error indicate? /usr/bin/perl: bad
Does anybody recognize this error? org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory': Post-processing of

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.