Hi,
I'm looking for a way to get a single data value from a table by an SQL statement and store it in a variable (i'm using C#).
example:
table: customers(customer_ID, name, age)
string variable = SELECT name FROM customers where customer_ID = 25
It's probably not that hard, but I can't find the right code.