Displaying 6 results from an estimated 6 matches for "sqllen".
Did you mean:
sollen
2005 Oct 05
0
CVS won't compile: res_odbc error
...-prototypes -Wmissing-
declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -
march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -
DZAPATA_MOH -DOPENSSL_NO_KRB5 -fPIC -c -o res_odbc.o res_odbc.c
res_odbc.c: In function `odbc_sanity_check':
res_odbc.c:131: `SQLLEN' undeclared (first use in this function)
res_odbc.c:131: (Each undeclared identifier is reported only once
res_odbc.c:131: for each function it appears in.)
res_odbc.c:131: parse error before `rowcount'
res_odbc.c:147: `rowcount' undeclared (first use in this function)
make[1]: *** [res...
2005 Dec 05
0
about php-ODBC , unixODBC, freetds and MSSQL server
...----------------------+
SQLRowCount returns 2516
2516 rows fetched
SQL>
then I look forward in the source files and I found
that both clients (php module and isql) use the same
function to get the number of rows:
from isql.c :
static void
WriteFooterNormal( SQLHSTMT hStmt, SQLCHAR
*szSepLine,
SQLLEN nRows )
{
SQLLEN nRowsAffected = -1;
printf( (char*)szSepLine );
SQLRowCount( hStmt, &nRowsAffected );
printf( "SQLRowCount returns %d\n", nRowsAffected
);
if ( nRows )
{
printf( "%d rows fetched\n", nRows );
}
}
from odbc php module php_...
2007 Jan 03
2
RODBC compile error with R 2.4.1
...or stdint.h... yes
checking for unistd.h... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking for library containing SQLTables... -lodbc
checking for SQLLEN... yes
checking for SQLULEN... yes
checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long),
77
See `config.log' for more details.
ERROR: configuration failed for package 'RODBC'
** Removing '/usr/local/lib/R/library/RODBC'
** Restoring pr...
2015 Feb 03
2
Problem with odbc connector with cdr
...etc/, but I'm unsure
about how to change those permanently.
# odbcinst -j
unixODBC 2.3.2
DRIVERS............: /usr/local/etc/odbcinst.ini
SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini
FILE DATA SOURCES..: /usr/local/etc/ODBCDataSources
USER DATA SOURCES..: /root/.odbc.ini
SQLULEN Size.......: 4
SQLLEN Size........: 4
SQLSETPOSIROW Size.: 2
Odbcinst does see the connection, it reads it from
/usr/local/etc/odbcinst.ini.
# odbcinst -q -d
[MySQL]
I tried copying my connection information onto those files listed above and
I'm not getting any errors in Asterisk logs when restarting Asterisk.
How...
2012 Aug 24
0
Error while installing RODBC_1.3-6.tar.gz on Redhat linux
...or stdint.h... yes
checking for unistd.h... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking for library containing SQLTables... -lodbc
checking for SQLLEN... yes
checking for SQLULEN... yes
checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long), 77
See `config.log' for more details.
ERROR: configuration failed for package ?RODBC?
Regards,
Divya
**************** CAUTION - Disclaimer *****************
T...
2015 Feb 03
0
Problem with odbc connector with cdr
...those permanently.
>
> # odbcinst -j
> unixODBC 2.3.2
> DRIVERS............: /usr/local/etc/odbcinst.ini
> SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini
> FILE DATA SOURCES..: /usr/local/etc/ODBCDataSources
> USER DATA SOURCES..: /root/.odbc.ini
> SQLULEN Size.......: 4
> SQLLEN Size........: 4
> SQLSETPOSIROW Size.: 2
>
> Odbcinst does see the connection, it reads it from
> /usr/local/etc/odbcinst.ini.
> # odbcinst -q -d
> [MySQL]
>
> I tried copying my connection information onto those files listed above
> and I'm not getting any errors in...