Start New Discussion Reply to this Discussion give string vairable value in dataset
Hello,
I have a dataset populated with data from my database as follows
con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = ../SR.mdb"
sql = "Select Description from " & TheBm & " where OpNo = " & myOp & " "
DSeS = ESDatCon.SelectData(sql, con)
i have a string vairable called OpDesc i need to give the value of the returned data in my data set.
does anyone know how i do this??
thanks,
iain
10 Months Ago
Last Updated
Related Article: counting no of duplicates word in string using map
is a Web Development discussion thread by akashsinha123 that has 1 reply, was last updated 10 months ago and has been tagged with the keywords: duplicate, string, map, hashmap, sorting, key, value.
Goomba79
Light Poster
34 posts since Jun 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
OpDesc = DSeS.Tables[0].Rows[0]["Description"].ToString();
DSeS
vinayphadke
Newbie Poster
11 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0557 seconds
using 2.67MB