search for: myselect

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

Did you mean: m_select
2006 Apr 06
2
Problem with select helpers
Hi guys, Im doing a todo list in wich every todo item belongs to a category so at the time of create i want a select dropdown to let me choose the category for the new todo item. I have two models, todo and category(wich contains a name field), all goes fine the problem is that i cant fill the select with the names in the category table, here are the code im using, i tried many ways to make
2008 Jul 28
4
RODBC to query an Oracle table
Hello all, I am having trouble running a count function in R using RODBC to query a table I created in Oracle. It may very well be that my SQL coding is incorrect; I just started learning it. But 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)