git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71270 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -14,7 +14,7 @@ int db__driver_fetch(cn, position, more)
dbColumn *column;
dbValue *value;
int col, ncols;
- SQLINTEGER len;
+ SQLLEN len;
int htype, sqltype, ctype;
SQLRETURN ret;
DATE_STRUCT date;
@@ -12,7 +12,7 @@ int db__driver_list_tables(tlist, tcount, system)
dbString *list;
int count = 0;
SQLCHAR tableName[SQL_MAX_TABLE_NAME_LEN];
- SQLINTEGER indi, nrow = 0;
+ SQLLEN indi, nrow = 0;
char ttype[50];
@@ -130,7 +130,7 @@ int db__driver_drop_table(dbString * name)
char msg[OD_MSG];
SQLINTEGER err;
SQLCHAR ttype[50], *tname;
- SQLINTEGER nrow = 0;
+ SQLLEN nrow = 0;
/* allocate cursor */