Sql Query Outputs to a Variable

  • Thread starter Thread starter Jl_G_0
  • Start date Start date
J

Jl_G_0

Hey all.

I have a OleDbCommand executing a query on a DB and I want it to
output the result of the query into a variable. (the result is just one
field)
Whats the best way to do it ? If you guys could give me a hint I
could try to figure out the rest myself, I just need some advice on how
to begin....

Thanks.
 
Just what I needed, it was so simple... but Im kinda new to .net (and
databases too)... Thanks again, its working now.
 
Back
Top