Assigning Query Result to a Variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emmyie
    New Member
    • May 2015
    • 1

    Assigning Query Result to a Variable

    MytableTableAda pter.FillBy(myD ataSet.Mytable, myString);

    I used the code above in C#, to retrieve a row of data from a database with a single table, myString is a variable passed on to the FillBy query. How do I assign the value of this query directly to a variable.
Working...