Displaying 4 results from an estimated 4 matches for "unvollst".
Did you mean:
unrolls
2009 Sep 15
1
quoting a table name due to a special character in sqlQuery (RODBC)
...> sqlQuery(channel2, 'SELECT * FROM "anmeldung-alt"')
Btw, if I swap ' and " it does not work:
> sqlQuery(channel2, "SELECT * FROM 'anmeldung-alt'")
[1] "HY000 -3003 [Microsoft][ODBC Paradox Driver] Syntaxfehler in
Abfrage. Die Abfrage ist unvollst?ndig."
[2] "[RODBC] ERROR: Could not SQLExecDirect 'SELECT * FROM
'anmeldung-alt''"
It gets nasty, when I try to build a function and to substitute the
'SELECT * FROM "anmeldung-alt"' with a paste():
> tabelle
[1] "anmeldung-alt"
&g...
2010 Sep 07
1
fetchmail and lmtp -> auth crashing
...ecot 2.0.1 via fetchmail and lmtp,
auth process crashes:
Sep 7 19:55:58 oldbox dovecot: lmtp(29944): Error: userdb
lookup(heini at localhost): Disconnected unexpectedly
Sep 7 19:55:58 oldbox fetchmail[29928]: Nachricht USER at ISP:1 von 2 wird
gelesen (2204 Bytes im Nachrichtenkopf) (Log-Meldung unvollst?ndig)
Sep 7 19:55:58 oldbox fetchmail[29928]: LMTP-Fehler: 451 4.3.0
<heini at localhost> Internal error occurred. Refer to server log for more
information.
Sep 7 19:55:58 oldbox dovecot: master: Error: service(auth): child
29949 killed with signal 11 (core not dumped)
Sep 7 19:55:58 oldbo...
2010 Apr 01
3
reading excel into R
...or you can use read.delim2 and read.csv2 to do this without the
following error
> dat <- read.csv2(file="C:\\Dokumente und
Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls",header = TRUE)
Warnmeldung:
In read.table(file = file, header = header, sep = sep, quote = quote, :
unvollständige letzte Zeile von readTableHeader gefunden in 'C:\\Dokumente
und Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls'
> dat
[1] ÐÏ.à..
<0 Zeilen> (oder row.names mit Länge 0)
Thes same error I get when I use read.delim and demlim2!
Is library(gdata) the solution?
Sorry f...
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your