search for: systax

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

Did you mean: syntax
2002 May 13
3
Problems building Samba 2.2.4 under HPUX 10.20
Hi, i tried to build Samba 2.2.4 under HPUX 10.20, but configure generated a Makfile with systax errors. make Make: line 664: syntax error. Stop. Makefile Line 664 shows: : $(WINBIND_NSS_PICOBJS) there should be something before the : configure said: checking whether to build winbind... no, unsupported on hpux10.20 is there a woraround, or can somebody tell me whats before the : Roland...
2004 May 24
1
RMySQL problem
...ance probably. I want to take advantage of MySQl INSERT INTO statement that deals with several rows at once to insert a complete data.frame into a table. I've tryied to use "paste" to build the sql string but It works "by column" and I need it "by row" ... The sql systax should be something like: INSERT INTO TABLEA(COL1, COL2, COL3) VALUES (VAL11, VAL12, VAL13), (VAL21, VAL22, VAL23), ... (VALN1, VALN2, VALN3); and I have a data.frame with 3 columns corresponding to that table columns. How can I do this ? Thanks EJ
2004 May 25
0
RMySQL problem - SOLVED
...nce to insert a complete data.frame into a table. I've tryied > >>>>> to use "paste" to build the sql string but It works "by column" and I > >>>>> need it "by row" ... > >>>>> > >>>>> The sql systax should be something like: > >>>>> > >>>>> INSERT INTO TABLEA(COL1, COL2, COL3) VALUES > >>>>> (VAL11, VAL12, VAL13), > >>>>> (VAL21, VAL22, VAL23), > >>>>> ... > >>>>> (VALN1, VALN2, VALN3);...
2006 Mar 23
4
Implementing nested drag and drop using scriptaculous
Hi. I have gone through the scriptaculous wiki. I am trying to implement nested drag and drop but not able to do this. The situation is like this. _____________________________ | abc | => Box1Line1 | cde | => Box1Line2 | efg | => Box1Line3 | h | => Box1Line4
2009 Jan 28
2
t.test in a loop
...creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems > t.test(channel.data.train$News~channel.data.train$power) Can anyone offer any advice? Many thanks Mike > str(channel.data.train$power) num [1:9913] 0 0 0 0 0 0 0 0 0 0 ... > summary(channel.data.train$power) Min. 1st Qu. Median Mean 3...