search for: sptype

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

Did you mean: ptype
2008 Jul 28
4
RODBC to query an Oracle table
...if someone could point me in the right direction or tell me if I am going about this the correct way that would be greatly appreciated! The script I have right now is: >require(RODBC) >channel<-odbcConnect("MeganXE") >stbl<-sqlQuery(channel, 'select plotnum, sampyear, sptype from density') >sqlQuery(channel, 'select count (sampyear, plotnum, sptype) from stbl where sampyear=1995 AND plotnum=1 AND sptype='S' OR sptype='H') I get this error: unexpected symbol in "sqlQuery(channel...)" I would like R to return a count of how many rec...
2007 Jul 07
0
Events in view question
...cer","Basketball","Football","Hockey", "Baseball","Lacrosse"]; str=""; if params[:categories].index(''Team'') != nil render :partial => "options", :locals => { :sports => teamArr,:sptype => "team"} elsif params[:categories].index(''Individual'') != nil render :partial => "options", :locals => { :sports => indArr, :sptype => "individual" } else str="<select id=''individual'' name...