User Profile
Collapse
-
Thanks a lot that really helped me and i did solved my problem -
Update query not working in vb.net 2008 access?
...Code:'Code for selecting a particular data from database '***** START ***** sSQL = "SELECT name FROM trans" cmd = New OleDbCommand(sSQL, con) Dim reader As OleDbDataReader = cmd.ExecuteReader() While reader.Read() Dim tempitem As String tempitem = reader.GetString(0) sSQL = "SELECT itemname = '" + tempitem + "' FROM itemcount" cmd = New OleDbCommand(sSQL,
Last edited by Frinavale; Nov 19 '09, 06:08 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
No activity results to display
Show More
Leave a comment: