i am developing software using VS 2008 and at back end Oracle 10g.
my first question is: can i use LINQ for oracle? or/and
is there a way without using LINQ can i join more than one source to collect result. e.g. i have two dataset one is for category named cat_set and 2nd for product named prd_set now i want to list the product on the basis/specific to selected category in 2nd set.
i made two dataset. one for category which upload data from db in combobox and 2nd in ListBox but only for selected category in the combobox.
thanks in advance.