Hi All,
 
I�m using system commands in R to send requests to my database.
 
CMD=paste(�isql.tcl \� select xxxx from yyyyy where zzzzz = 501 \��)
Data=system(CMD,intern=T)
 
This works perfectly fine, but if I want to be able to add dates
constraints:
In command line it would be
isql.tcl � select xxxx from yyyyy where zzzzz = 501 and date>�20021020�
�
 
 
Does somebody has an idea how to translate this into R code?
 
Thank you for your time,
Julien Dinh
 
 
 

        [[alternate HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to