search for: funddet_grav

Displaying 1 result from an estimated 1 matches for "funddet_grav".

Did you mean: funddet_grave
2002 Mar 21
0
RODBC
...the ODBC (Access database) with the library RODBC. Every thing works perfect except that the dates are factors. > library(RODBC) > xx <- odbcConnect("grave_liv") > dat <- sqlQuery(xx,"SELECT All_MONTHLY.ID, All_MONTHLY.Date, All_MONTHLY.RoR FROM (Reasons INNER JOIN FundDet_Grave ON Reasons.Nane = FundDet_Grave.NAME) INNER JOIN All_MONTHLY ON FundDet_Grave.REFERENCE = All_MONTHLY.ID WHERE (((Reasons.reason)='l')) ORDER BY All_MONTHLY.ID, All_MONTHLY.Date DESC;") > > Know I would like to ask if anybody has an idea to change id either to a numerical va...