burattif Posted September 24, 2003 Posted September 24, 2003 Sorry, but ... How i make to associate a result of query to one variable (in C#)? Thanks! Francesco Quote
*Experts* Nerseus Posted September 24, 2003 *Experts* Posted September 24, 2003 You can use the Command object's ExecuteScaler function. Or you could use a reader and just look at the first column of the first row. -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.