search for: sql_c_double

Displaying 1 result from an estimated 1 matches for "sql_c_double".

2005 Sep 05
1
RODBC and 64 bit
...ults using function sqlUpdate on large database operations (the actual seg faults occured in the call to the C function ODBCUpdate). I just briefly looked into the code and found some extensive type casting going on so I figured this might be a 64 bit problem with the 'SQL_C_SLONG' and 'SQL_C_DOUBLE' data types. However I can't rule out the possibility that my TSL driver is messing up some things. I also tried to reproduce the error with dummy data but here everything seems to be fine (this might not be big eneugh). As a quick solution I tried using the option fast=FALSE, but again ra...