search for: colsiz

Displaying 6 results from an estimated 6 matches for "colsiz".

Did you mean: colsize
2008 May 16
2
Fetching Binary data from SQL Server
...elow is the code that i am using to do so, fd = open(fullpath, O_RDWR | O_CREAT | O_TRUNC, 0770); if (fd < 0) { ast_log(LOG_WARNING, "Failed to write '%s': %s\n", fullpath, strerror(errno)); res = -1; goto free_res; } res = SQLGetData(stmt, 1, SQL_BINARY, empty, 0, &colsize); fdlen = colsize; if (option_verbose > 2) ast_verbose(VERBOSE_PREFIX_3 "COLSIZE = %d", colsize); //PRINTING COLSIZE ON CLI if (fd > -1) { char tmp[1]=""; lseek(fd, fdlen - 1, SEEK_SET); if (write(fd, tmp, 1) != 1) { close(fd); res = -1; goto free_res; } } if...
2004 Nov 18
0
Memory problems...leaky?
...hat suggested that R requires 5-10 times more memory than the input to meaninfully calculate anything... Thanks...Sam bflow <- 2 pie <- 3.141592654 input <- read.table ("xxx.txt", sep="", header=FALSE, na.strings = "-9999") rowsize <- dim(input)[1] colsize <- dim(input)[2] result <- matrix (NA, rowsize, colsize) for (i in 1:rowsize) for (j in 1:colsize) if (is.na (input [i,j]) == FALSE) { probability <- matrix (NA, rowsize, colsize) for (p in 1:rowsize) { or (q in 1:colsize){ distance <- s...
2005 Nov 16
1
RODBC and Very long field lengths
...om a very long memo field (512*20*9=9360 characters = 74880 bytes) in an MSAccess database. It appears that RODBC set a maximum buffer size for a single column of 65535 bytes. ########## cut from RODBC.c ########## } else { /* transfer as character */ int datalen = thisHandle->ColData[i].ColSize; if (datalen <= 0 || datalen < COLMAX) datalen = COLMAX; /* sanity check as the reports are sometimes unreliable */ if (datalen > 65535) datalen = 65535; ###################################### Can I increase this by just changeing the value in RODBC.c? If so how do I get R...
2005 Oct 05
0
CVS won't compile: res_odbc error
...only once res_config_odbc.c:67: for each function it appears in.) res_config_odbc.c:67: parse error before `rowcount' res_config_odbc.c:68: `SQLULEN' undeclared (first use in this function) res_config_odbc.c:129: `rowcount' undeclared (first use in this function) res_config_odbc.c:154: `colsize' undeclared (first use in this function) res_config_odbc.c: In function `realtime_multi_odbc': res_config_odbc.c:213: `SQLLEN' undeclared (first use in this function) res_config_odbc.c:213: parse error before `rowcount' res_config_odbc.c:214: `SQLULEN' undeclared (first use in...
1999 Nov 17
3
Plot problem !
Hello, Is there a simple way to make a plot with xy coordinates and a z value which determines the size and the color of point on the plot? Thanks for your help ! Emilie -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"
2016 Jan 18
2
Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)
...r_lock+47> "\311\303UH\211\345SH\203\354XH\211}?u\304H\211U\270\211M\300L\211E\260D\211M\254H\307", <incomplete sequence \340> collen = 0 res = 0 x = 8981696 var = 0x0 cfg = 0x0 cat = 0x0 connected_flag = {flags = 4} colsize = 139766825746481 colcount = 0 datatype = 0 decimaldigits = 0 nullable = 1 indicator = 139767788641634 cps = {sql = 0x7f1dc8a29320 "SELECT * FROM ps_endpoint_id_ips WHERE id LIKE ? ORDER BY id", extra = 0x0, __field_mgr_pool = 0x7f1da40293d...