Sep 24, 2003 #1 B burattif Member Joined Aug 29, 2003 Messages 6 Sorry, but ... How i make to associate a result of query to one variable (in C#)? Thanks! Francesco
Sep 24, 2003 #2 Nerseus Danner Joined Oct 22, 2002 Messages 2,547 Location Arizona, USA User Rank *Expert* You can use the Command objects ExecuteScaler function. Or you could use a reader and just look at the first column of the first row. -Ner
You can use the Command objects ExecuteScaler function. Or you could use a reader and just look at the first column of the first row. -Ner