search for: trees2

Displaying 2 results from an estimated 2 matches for "trees2".

Did you mean: trees
2004 Aug 25
0
Problem with Domain Administrator rights in samba 3.0.2
...profile acls = yes [projects] guest ok = no read only = no create mask = 0775 path=/vols/projects [projectdocs] guest ok = no read only = no path = /vols/projects/management force create mode = 0775 force directory mode = 0775 [trees] guest ok = no read only = no path=/vols/trees [trees2] guest ok = no read only = no path=/vols/trees2 [users] guest ok = no read only = no path=/vols/users [users2] guest ok = no read only = no path=/vols/users2 [reference] guest ok = no read only = no path=/vols/reference [printers] comment = All Printers printable...
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and Oracle) does not work directly with RODBC. This works library(RODBC) con<-odbcConnect("mydb") d<-sqlQuery(con,"select * from meso.trees") However this does not. d<-sqlFetch(con,"meso.trees") Error in odbcTableExists(channel, sqtable) : ?meso.trees?: table not found on channel