Displaying 7 results from an estimated 7 matches for "database2".
Did you mean:
database
2013 Jan 09
1
problem adding curve/abline
...46
2000 summer ch1 7 33 470
I have 2 years (2000 and 2001) and 2 seizons (winter and summer). I wanted
to plot weight~size, with 2 groups (year and seizon), so here's my shortened
script for that:
database$groups=paste(database$seizon,database2$year,sep=" ")
xyplot(database$weight~database2$size,
groups=database$groups,
par.settings=list(superpose.symbol=list(col=col.list,pch=c(21,16,21,16))),
auto.key=list(corner=c(0.1,0.9),lines=F,points=T))
Which works fine, the problem comes when I try to add 2 exponential...
2007 Oct 27
2
Remote database search issues
...ted remote search... We faced several problems...
1) Only the xapian-tpcsrv worked. We couldn't figure out how to use
xapian-progsrv. The problem was the stub file format.
This works:
remote 10.0.0.27:33333
But these don't work
remote ssh ftsuser@10.0.0.27 xapian-progsrv /data/fts/Database2/
or
remote ssh 10.0.0.27 xapian-progsrv /data/fts/Database2/
The error we get is
Error creating DB with stub file: Exception: Bad line 1 in stub
database file `/fts/stub.dat' at ...
Can anyone shed a light on this one? ssh is configured properly. ftsuser
is allowed to ssh without a p...
2009 Apr 29
2
if condition doesn't evaluate to True/False
...LL" ||
sub_grp_whr_cls_data[sbgrp_no, :
missing value where TRUE/FALSE needed
Comments:-- but when there ‘s no where clause value the condition
(sub_grp_whr_cls_data[sbgrp_no,1]=="NULL"
||sub_grp_whr_cls_data[sbgrp_no,1]=="") should automatically evaluate to *
TRUE*
Database2
Where clause was found for a particular subgroup
The condition (sub_grp_whr_cls_data[sbgrp_no,1]=="NULL"
||sub_grp_whr_cls_data[sbgrp_no,1]=="") evaluated to FALSE
So if (sub_grp_whr_cls_data[sbgrp_no,1]=="NULL"
||sub_grp_whr_cls_data[sbgrp_no,1]=="") is...
2011 Jan 04
5
Help with "For" instruction
Hi,
I am having a problem in doing something similar to this example:
Suppose I have this vector a, and from it I wish to create 5 other vector
each one with less one value than what object a has
So I have "a"
a<-c(1,2,3,4,5)
and I want
a1 that shoud have (2,3,4,5)
a2 that should have (1,3,4,5)
a3 that should have (1,2,4,5)
a4 that should have (1,2,3,5)
a5 that should have
2006 Nov 17
5
configure a rails app for multiple databases
...gres 8.1.4),
I have two databases, each containing multiple tables.
I would like to configure my app and database.yml to recognize
these two databases.
What is the corrrect config for the database.yml ?
Is it something like:
> production:
> adapter: postgresql
> database: database1, database2
> etc.
??
Is there some trick involved with this kind of configuration ?
Presumably, I would have open two db connections within
the app, as a result of which, dereferencing the db off of
these would uniquely identify the respective database and its
tables. But of course, I hope it would be...
2010 Oct 22
1
overlapping docids when searching on multiple databases?
Just a quick question - it seems to me that it's entirely possible to
get overlapping docids when searching on multiple databases? For
instance:
open database1
add database2 to database1
search db1+db2
if docid 10 exists in both databases, is there any way of telling which
which database to retrieve the document from?
/Per Jessen, Z?rich
2011 Feb 09
2
critical feature from version 1 not migrated to version 2 = authentication configuration database per IP
...make operation with dovecot version 2.x as was possible in version 1.x:
requisites description:
connect to dovecot service on IP1 - dovecot must serve users that related to domain1 located in database1
connect to dovecot service on IP2 - dovecot must serve users that related to domain2 located in database2
login must be with username that form not as "user at domain" but simple "user"
databases may contain identical username, but they have different passwords
existing version 1 config file, that allow such configuration:
-------- /etc/dovecot.conf BEGIN ----------------
server...