search for: num_row

Displaying 11 results from an estimated 11 matches for "num_row".

Did you mean: num_rows
2006 Apr 03
4
How to fake composite primary keys?
I know ActiveRecord doesn''t support composite primary keys, but I need to use one, and I need it ASAP. I don''t need any composite foreign keys, luckily; what I have is a table that stores old versions of rows in another table, so the composite key is an id + date stamp. Would someone tell me a hack I can use to support this? -- View this message in context:
2012 Mar 07
1
Anyone recognize "www-mysql"?
I'm transitioning someone's quite old server [Debian] to a new CentOS6 host. All going pretty well. But they server up some functionality using CGI scripts via Apache that use something referred to on the Debian box as the www-mysql package? This a binary that executes HTML pages containing embedded SQL statements. Anyone know where the source for this can be found or if it has a more
2011 Apr 12
1
Vpopmail and lastauth
Hello, I'm migrating many accounts to a new server with vpopmail 5.4.33 and dovecot 2.0.11. I've already vpopmail 5.4.32 and dovecot 1.2.16 on others servers running without problems. With dovecot 2.0.11 my lastauth file is not updated. This file usually is update on any access (smtp, pop3, imap) with the client's IP, for every mailbox. Now it's updated only when a client
2004 Jun 08
1
Meetme2
...integer without a cast app_meetme2.c:186: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast app_meetme2.c:197: `myconn' undeclared (first use in this function) app_meetme2.c:198: `MYSQL_OPT_COMPRESS' undeclared (first use in this function) app_meetme2.c:217: `num_row' undeclared (first use in this function) app_meetme2.c:224: `row' undeclared (first use in this function) app_meetme2.c: In function `launch_query_onefield': app_meetme2.c:255: `PGconn' undeclared (first use in this function) app_meetme2.c:255: `conn' undeclared (first use in th...
2006 Aug 13
14
undefined method `each'' for #<Mysql:0x3874b20>
Running on XP, Rails v1.1.6, Ruby 1.8.4, mysql 5.0.24, WEBrick 1.3.1 just doing a basic ''scaffold'' against a table in mysql, I originally got the "undefined method ''each''" error at all times then saw something advising to uninstall the gem mysql package, which I did. then it seemed to work! - but only the first ''list'' call to the
2010 Jan 16
0
Converting snmpset() and snmpget() functions of php in rails
...ions. $oid = ''1.3.6.1.4.1.318.1.1.12.3.3.1.1.4''; $toret = false; if($pdb->connected) { $query = "SELECT snmp_community_str, address, reset_port FROM gd_portal_apc_reboot WHERE device_id=$device_id"; if($result = $pdb->query($query)) { if($pdb->num_rows($result)) { $row = $pdb->get_row($result); snmpset($row[''address''], $row[''snmp_community_str''], $oid.".".$row[''reset_port''], ''i'', ''3''); $count = 0; while($count &l...
2014 Mar 31
1
C API to get numrow of data frame
Hi , Is there any C API to the R API nrow of dataframe ? x<- data.frame() n<- nrow(x) print(n) 0 Example : My C function which deals with data frame looks like and I don't to send the number of rows of data frame .I want to detect it from the function itself, my function take data frame as argument and do some on it. I want API equivalent to nrow. I tried Rf_nrows,Rf_ncols . No
1998 Oct 19
1
dynamically loading C++
Is there a function ".C++(...)" for R, or does anybody know how to dynamically load C++ functions into R? lg at -- Adrian Trapletti, Vienna University of Economics and Business Administration, Augasse 2-6, A-1090 Vienna, Austria Phone: ++43 1 31336 4561, Fax: ++43 1 31336 708, Email: adrian.trapletti at wu-wien.ac.at
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...on't exist. (Bug #13961) dix: print out event type if a bogus pointer event occurs. xfree86: stick two more checks in for num_valuators < MAX_VALUATORS mi: Only UpdateSpriteForScreen if we actually changed the screen. (Bug #12650) xkb: when copying sections, make sure num_rows is set too. xkb: when copying the keymap, make sure the structs default to 0/NULL. xfree86: guard against NULL-pointer dereferences in xf86LoadModules. Revert "xfree86: plug a memory leak in xf86LoadModules." dix: set dev->key to NULL after freeing it in CloseD...
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it