04-27-2011, 09:07 AM
(04-26-2011, 06:31 AM)KoBE Wrote: To display it in a textbox, using my example you would changeokay I'll give it a try when I come back and then I'll leave some feedback. thanks
toCode:MessageBox.Show(row.Item("fldTest"))
Code:TextBox1.Text = row.Item("fldTest")
And without knowing exactly what you need and how you are using the database.. then that is the best I can tell you. Basic SQL you will need:
UPDATE = edit
INSERT = new
SELECT = read
Once you run an UPDATE or INSERT query, the change is made.