Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there anyone here with a good knowledge working with Visual Basic + Access DB?
#17
(04-26-2011, 06:31 AM)KoBE Wrote: To display it in a textbox, using my example you would change
Code:
MessageBox.Show(row.Item("fldTest"))
to
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.
okay I'll give it a try when I come back and then I'll leave some feedback. thanks
Reply


Messages In This Thread
RE: Is there anyone here with a good knowledge working with Visual Basic + Access DB? - by Psycho Mantis™ - 04-27-2011, 09:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How To make an advanced Operating System in Visual Basic 2010 ? Mohamed Samir 9 12,384 01-15-2013, 09:30 PM
Last Post: Resistance
  [Visual Basic] FTP Uploader [Tutorial] Coding Support 6 2,993 08-12-2012, 12:36 AM
Last Post: Kenneth
  Visual Studio Bill Nye The Science Guy 1 1,013 03-19-2012, 09:08 AM
Last Post: BreShiE
  Visual Basic Guide - Buttons Death Demise 9 5,245 03-09-2012, 06:46 PM
Last Post: BreShiE
  Visual Basic Guides, Tutorials, Web Resources, and E-books Compilation simply_mark 1 1,763 11-16-2011, 06:30 AM
Last Post: TalishHF

Forum Jump:


Users browsing this thread: 1 Guest(s)