search for: systemt

Displaying 5 results from an estimated 5 matches for "systemt".

Did you mean: system
2009 Sep 08
0
RODBC version 1.3-0 crashes with systemtables using SQL server 2000
Dear all, I need to test for the existence of an index on a table. This cannot be done with sqlPrimaryKeys as it is not a primary key. Therefore I select directly from the systemtable of SQL-Server 2000 named sysindexes. This works well with RODBC Version 1.2-5 but not with version 1.3-0. Here is the code of the test example: sink(file = "proto.txt", append = FALSE, type = "output",split = TRUE) library(RODBC) sessionInfo() str <- "DRIVER=SQL...
2007 Mar 20
2
Progressive AJAX Filter
...gt;<%= text_field_tag("ipquery", @params[''ipquery''], :size => 17 ) %><td> <--additional rows deleted here---> </table> </form> <%= observe_field ''namequery'', :frequency => 1, :update => ''systemTable'', :before => "Element.show(''spinner'')", :success => "Element.hide(''spinner'')", :url => {:action => ''select''}, :with => ''namequery'' %&gt...
2003 Jan 16
1
Fw: syslinux with flash discs?
...onment, where I need a flash disc to boot from, wich load the kernel > and initrd to ram. And then keep the /etc catalog in an image file on the > flash disc itself. > I dont know if this qualify for a "distribution" but it,s more an > installation. Havent installed any of the systemt, but when I do, I realy > plan to send you some kind of donation, this has realy helped me along with > the Isolinux, and maybe even the syslinux. > > /Johan >
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
...should use? Or where else should I ask that if that's too much a newbie question here? _Could my problem be related to a badly blessed file/directory? I just run hfs-bless (from Matthew Garett in Fedora's mactelboot package) on /system/Library/CoreServices/BOOTX64.EFI in the HFS+ file systemt hat will become macboot.img, but am not sure that's the right thing to do. _On the same topic, I saw that now @ Fedora they don't use hfs-bless any more, see mkefiboot (shipped in lorax/src/sbin). Does somrone know why? The URL http://developer.apple.com/library/mac/#technotes/tn/tn1...
2012 Oct 10
3
practical to loop over 2million rows?
New to R and having issues with loops. I am aware that I should use vectorization whenever possible and use the apply functions, however, sometimes a loop seems necessary. I have a data set of 2 million rows and have tried run a couple of loops of varying complexity to test efficiency. If I do a very simple loop such as add every item in a column I get an answer quickly. If I use a nested ifelse