search for: conid

Displaying 9 results from an estimated 9 matches for "conid".

Did you mean: confid
2017 Nov 21
1
R-How to unlist data frame multiple structured list column value and new column
Hi, How to unlist list column value and add column into data frame. Data frame ID ContractDe PassengersDe TrainnerDe 1 list(ConID=c("Zx","78yu"),ConRes = c("98","Tut")) list(PassID =1,PassIt="Lits,uy") list(Trnid=1,Trncont =5,EmpAddInfo=list(list(CohID ="pi",InVoice=77))) 2 list(ConID=c("Half",&quo...
2008 Sep 15
2
S4 coercion responsibility
...stTables(con) character(0) > dbListTables(conPlus) Error in sqliteExecStatement(con, statement, bind.data) : RS-DBI driver: (invalid dbManager handle) > dbListTables(as(conPlus, "SQLiteConnection")) character(0) > The problem is happening in sqliteExecStatement which does conId <- as(con, "integer") but con only *contains* an SQLiteConnection and the other integer causes confusion. If the line were conId <- as(as(con, "SQLiteConnection"), "integer") everything works. I can work around this, but I am curious where responsibility for...
2009 Feb 23
0
Segmentation Fault still exists
...default.file <- file.path(dirname(default.file), basename(default.file))* * if (!file.exists(default.file))* * stop(sprintf("mysql default file %s does not exist",* * default.file))* * }* * drvId <- as(drv, "integer")* * conId <- .Call("RS_MySQL_newConnection", drvId, con.params,* * groups, default.file, PACKAGE = .MySQLPkgName) // here it gets stopped,traceback line 1* * new("MySQLConnection", Id = conId)* *}* -- Thanks in advance Moumita [[alternative HTML version deleted]]
2005 Oct 27
2
RSQLite problems
Hi, I'm experimenting with using (R)SQLite to do data management. Here are two little problems that I've encountered: 1. The presence of ',' in string values causes trouble since ',' is also the delimiter used in the SQL statement. 2. A newline '\n' line attached to the last string value of each row. Some examples: > library (RSQLite) Loading required
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
...- Here is the error message in R: ---------------------------------------------------------------------------------------------------- row number 0 is out of range 0..-1 *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Call("RS_PostgreSQL_exec", conId, statement, PACKAGE = .PostgreSQLPkgName) 2: postgresqlExecStatement(conn, statement, ...) 3: is(object, Cl) 4: is(object, Cl) 5: .valueClassTest(standardGeneric("dbSendQuery"), "DBIResult", "dbSendQuery") 6: dbSendQuery(conn, q) ----------------------------...
2006 Apr 05
0
HTTP request
How can I send http request using rails? for example "GET URL "http://osta.lan/~~dansut/test.html HTTP/1.0" ON Conid & HEADER Sub-Head & ,WITH ("Host: osta.lan", "Referer: http://osta.lan/")" Sharon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060405/48ae4dd5/attachment.html
2003 Nov 04
1
MS Word unable to sense file opening by other users
Thank you for answering. I am testing Samba 3.0.1Pre1 on RH9 . MS Word 97 keeps opening already opened files without sending any warning as it would normally do when accessing W2K servers. Same program , same files behave differently with Samba and W2K. However, I found that Powerpoint is nevertheless able to sense correctly the situation by always giving such warnings - " test.ppt is
2003 Nov 25
1
rsync-bugs and unclear semantics when copying multiple source-dirs to one target
On 24 Nov 2003, Dirk Pape <pape@inf.fu-berlin.de> wrote: > Dear Martin Pool, > > I tried to ask via the rsync-mailing list but never got an answer. So I > contact you directly. > > I refer to the rsync syntax > > rsync [OPTION]... SRC [SRC]... DEST > > with more than one SRC, which is mentioned in the man-pages. > We use this form to "overlay"
2011 Jun 07
7
text-mode system and /media
I'm running a headless server, so no GUI, just ssh logins. I don't seem to have the mechanism that automounts USB drives to a subdirectory of /media, and from googling around I think that's a feature of a GUI-based system. What implements it? Right now I manually create a mountpoint in /mnt and then manually mount by label from /dev/disk/by-label after plugging the drive in. It