Displaying 2 results from an estimated 2 matches for "bodil".
2007 Dec 21
1
1.1.beta11 crashes
I am running 1.1.beta11 because I was having locking and coruption
issues with indexes and mailbox on the latest release version. Some of
my previous corrupted indexes caused an issue with 1.1.beta11:
Dec 20 21:25:40 ra dovecot: IMAP(bodil at mydomain.com): Raw backtrace:
imap [0x47ef81] -> imap [0x47eca6] -> imap [0x42c3bc] -> imap [0x42f201]
-> imap [0x42f324] -> imap [0x41d585] -> imap(imap_fetch+0x147)
[0x41cb17] -> imap(cmd_fetch+0x1bc) [0x41686c] -> imap(cmd_uid+0x52)
[0x419c42] -> imap [0x41a508]...
2012 Mar 07
1
SELECT CASE in RODBC
...the
variable
* used ELSE "NA" in stead of ELSE NULL
The CASE works fine if I use numbers in stead of the text string, but then
the UNION 'crashes' because it cannot convert the "event" variable from the
first SELECT to an integer variable...
Any suggestions?
Thanks - Bodil
I use the following code:
raw<-sqlQuery(.zz,
'SELECT TOP(100)PERCENT
Animal.Herdnumber AS herd, Animal.ChrNumber AS chrNr,
Animal.AnimalNumber AS animalid, Animal.DateOfBirth AS datebirth,
AnimalStatus.Code AS codestatus, AnimalStatus.Description AS
animalstatus,
AnimalTr...