VB.NET Tutorial - Connect & Query a Microsoft Access Database [FULL]

Поділитися
Вставка
  • Опубліковано 26 сер 2024

КОМЕНТАРІ • 218

  • @johnnyhermes
    @johnnyhermes Рік тому +2

    Hello MR Big Island (AKA VB Toolbox)...
    All my life I was passionated by programming and 20 years ago I started learning VB on my own.
    I've accomplished some cool things along the way and thought I was pretty good at it.
    Then I found your YT channel and you gave me a whole other (and way way way better) understanding of programming VB.
    This has changed the game for me and I want to thank you for all the effort you put into making these videaos.
    I've nearly watched them all and learn new things each time I watch them.
    Enjoy the island and live life!

  • @ankurpatel3399
    @ankurpatel3399 3 роки тому +3

    Awesome Tutorial!!!
    I was almost exhausted and about to quit on developing Billing system and eventually found your tutorial as a life saver. Thank you!!!

  • @barklaysaunders9824
    @barklaysaunders9824 2 роки тому +2

    This is an incredible piece of coding. I highly recommend you watch all 5 videos ... it will change your world! ... Thank you.

  • @LegoStarWarsUpdater
    @LegoStarWarsUpdater 7 років тому +4

    Thank you, As a self Thought coder, This has been extremely well done. It filled a bunch of gaps for me. Your paste is just perfect, the content is A+. Thank You.

  • @jprism1
    @jprism1 5 років тому +2

    Just wanted to say Awesome Thank You! I have been developing, selling and supporting a program "Prism" for 18 years using VB 6 and 2 days ago installed VB Net 2019 and started try to learn how to use it to rewrite our program. We use MS Access databases to store all data and your video was the only one I found on UA-cam where in 1 hour I could open all .mdb files local and across a network+++

    • @VBToolbox
      @VBToolbox  5 років тому +1

      Jim Ryan Awesome! Makes me happy to hear that this is seeing some practical use. Sounds like a dream job, too! 😄
      I’m envious that you’re getting to play with the latest VB. I haven’t even been able to touch it since I made these tutorials.

  • @TheRealKaiProton
    @TheRealKaiProton 3 роки тому +1

    Wanted to user this style of Access DBase for a few years, instead I just learned ACCESS, and figured out how to remove the ribbons and the Main Database window, and leave it with just the form, worked ok, just didnt look great, and finally 5yrs later I found this... and its smooth as butter, just followed along with vs2019 and BOOM! worked.. Awesome Tut!
    Also, because of the Structure you set up, I was able to plug in the combobox to do a user search in the same way as the text box, YAY!

  • @MoJoTec67
    @MoJoTec67 4 роки тому +1

    I have been working on a project for weeks. This video and several others from you have solved problems I have encountered and have had challenges overcoming. Excellent, excellent tutorials and explanations!!! Thank you

    • @VBToolbox
      @VBToolbox  4 роки тому

      Thank you! I'm very happy that the tutorials have been a help, John! ☺
      It's nice to know they're still useful to people even after so long.

  • @k.w.fisher3593
    @k.w.fisher3593 3 роки тому +1

    I just have to say that this is still a good video tutorial. I had to change the project to compile for "Any CPU" and make a project reference "Microsoft Office 16 Access Database Engine Object" and it still worked perfect. Thanks

  • @scottthomas9207
    @scottthomas9207 4 роки тому +3

    First tutorial I have watched from you. This was exceptional! Thank you.

  • @jms7805
    @jms7805 5 років тому

    This tutorial actually works, other people use the mystery controls/containers like "DataSet", "BindingSource", and "SQLDataAdapter", but he uses code showing what is actually happening. (You remember better when you understand.) He also explains why he uses "Show" event instead of "Load" and why.

  • @ashavarghese5804
    @ashavarghese5804 8 років тому +3

    hello sir, ThankYou soo.. much for your tutorials, its the first time that i am going to code in vb.net for my final year bca project only because of your simple and easy tutorials.. thankyou 1's again

    • @VBToolbox
      @VBToolbox  8 років тому +1

      +asha varghese That's great, Asha! Thank you for the encouraging comment. :-)

  • @randym3351
    @randym3351 5 років тому +3

    Don't know if you will ever see this but... This video is probably the best I have ever seen on programming, bar none! Aside from the specific issues addressed, the pace is great, I can understand your accent (a huge issue on youtube IMHO), the explanations are clear.
    Many years ago I started learning VB6 on my own. Now I am trying to come up to speed on VB.Net and the issues have always been the same: the ability to communicate in a way that is organized, clear, and concise. All of these go toward making the information interesting. Keep up the good work. I am looking forward to watching your other videos. How can we repay you?

    • @BigIslandLavaPioneers
      @BigIslandLavaPioneers 5 років тому

      Hi, Randy! [VBToolBox here]. Thank you for the great comment! I'm pretty technologically impaired right now, but still checking my email from time to time. It's still awesome to see the nice replies, even if I'm not able to help with all the questions.

  • @amberm2035
    @amberm2035 6 років тому +2

    Amazing ! Thanks you so much ;) The most amazing part is that you explain everything clearly so that when i do my presentation i could explain how i actually did it

  • @dksuthar31
    @dksuthar31 4 роки тому

    thank you very much sir!! never thought one can handle database with one single database class. Thank you for source code as well..

  • @trollstrings
    @trollstrings 7 місяців тому +1

    Only 6 words! Thank you! Thank you! Thank you! 👍👍👍

    • @VBToolbox
      @VBToolbox  7 місяців тому

      You're very welcome! 😀 I'm happy that the videos were helpful.

  • @GemSky-bc8lc
    @GemSky-bc8lc 4 роки тому +1

    You are the best teacher.

  • @Gestapoz1988
    @Gestapoz1988 9 років тому +3

    You are the best of the best
    Simple and easy
    Keep going and don't stop!.

  • @700nitro1
    @700nitro1 4 роки тому +2

    Thank you VERY much for this informative and detailed tutorial.

  • @adamali3832
    @adamali3832 7 років тому +4

    Amazing video, perfectly explains everything.

  • @peterbambenek6598
    @peterbambenek6598 3 роки тому

    Excellent tutorial and understandable. Needed this for searching external DB for my software app inside a created report form.

  • @irvinjohnson569
    @irvinjohnson569 5 років тому +2

    Great video. I kept having problems with the connection statement. I have Access installed as a part of Office 365. I assumed (incorrectly) that I would not need to download the redistributable database engine, but as soon as I did, everything was OK.
    I did find some posts that there were differences in the Access "regular" vs. the Access from Office 365. I went through your entire SQL Server and VB recently and I think it worked right out of the box. I hope you are doing well in your new off-the-grid environment.

    • @VBToolbox
      @VBToolbox  5 років тому

      Irvin Johnson Thank you! 🙂 It’s been tough, but an adventure, for sure! I’m glad you were able to get it sorted for 365. Perhaps this will help others.

  • @nooshinatashfeshan3247
    @nooshinatashfeshan3247 4 роки тому

    First of all, thank you for your great and helpful tutorials. I have one main question. I followed your procedures in video "VB.NET Tutorial - Connect & Query a Microsoft Access Database [FULL]" to create my database and get queries. I also inserted data based on your "INSERT Records into a Microsoft Access Database" film. A major challenge happens to me, that is, the different access files used for these two procedures (query and insert). In other words, when I wanted to query, the access file placed in the following address was used
    C:\Users\....\Documents\VisualStudio2012\Projects\WindowsApplication1\WindowsApplication1\app2.mdb
    And inserted data were saved in the following file:
    C:\Users\....\Documents\VisualStudio2012\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\app2.mdb
    How can I merge these two files???

  • @andrejkocsis4671
    @andrejkocsis4671 3 роки тому +1

    Just what I needed! THX! A lot!

  • @Fcvic1
    @Fcvic1 3 роки тому +1

    One word: PERFECT

  • @taihung2000
    @taihung2000 2 роки тому +2

    Thank you very much! Thump UP!!!

  • @laptopDoctorKZN
    @laptopDoctorKZN 7 років тому +1

    THANK YOU FOR MAKING THIS TUT. AFTER LISTENING AND WATCHING MANY OTHER TUTS. YOU ARE THE BEST OF THE BEST WAYNE LUNDALL 29-09-2017

  • @Stisse12
    @Stisse12 3 роки тому

    This is so good! You are the best explainer ever! Helped me alot!

  • @laljasehkipgen
    @laljasehkipgen 3 роки тому

    You made my day perfectly explain what i require Thank you

  • @asesinos1502
    @asesinos1502 8 років тому

    Excellent Video. I have several $200 textbooks that don't cover what you did in this video.

    • @VBToolbox
      @VBToolbox  8 років тому

      $200 text books?? :-O I need to start writing textbooks! lol I'm glad that you found the tutorials helpful. :-D

    • @asesinos1502
      @asesinos1502 8 років тому +1

      A number of years ago I created an application in VB6 that created and managed a database for the user. The user could have the software create multiple databases. I never got the opportunity to distribute that application.
      Now I'm partially disabled and have been trying to update my skills to .NET. The vast majority of the instructional material I've found is nearly worthless if you want to actually create a database application that actually does something. Most use wizards to create databases and connections, etc. Oh, the texts and MSDN guides cover For-Next Loops and IF-THEN-ELSE structures, some even go into working with text files.
      When looking for help people love to talk down to me and explain that VB is now an "Object oriented language". Freakin duh... If all the tutorial materials explain the differences between VB 2015 and VB 2013 that's not much help learning the objects. Sorry, I have this soapbox I can't resist climbing on :).
      I plan to go through the remainder of your .NET tutorials in the very near future.

    • @VBToolbox
      @VBToolbox  8 років тому

      It's great that you're bolstering your .NET skills, Asesinos!
      I cut my teeth on VB6 many years ago and ran into the same sort of "community support" road blocks. My stubborn nature sustained me through those dark ages of criticism and useless information.
      While I can't claim to be an expert on every topic and my time is extremely limited of late, I always welcome questions and try my best to respond as I'm able. Even if I don't have an immediate answer, it can sometimes be a lot of fun to work on a problem and learn as we go.

  • @raizriyal84
    @raizriyal84 6 років тому +1

    Great Tutorial BOSS! I learned a lot of things, thank you very much!!!
    Cheers mate!~

  • @jerbyapa9229
    @jerbyapa9229 4 роки тому

    Thank You for making this video.. So Helpful Teacher

  • @sephegipto7787
    @sephegipto7787 8 років тому +1

    Thanks for sharing your knowledge.

  • @bkpickell
    @bkpickell 5 років тому +1

    On the fill combox routine is there a way to have it not populate with duplicate names? I'm using the database as a log for our company so the only thing in the database that is unique is the ID Column. A specific user will be listed ten or fifteen times per night. I would like to have the users name only show up once, so that when I click on the name I can have it show all tasks that particular user performed throughout the night. Thanks

    • @BigIslandLavaPioneers
      @BigIslandLavaPioneers 5 років тому

      There sure is. In your SELECT use SELECT DISTINCT yournamecolumn. This will eliminate duplication.

  • @Geelow13
    @Geelow13 8 років тому +1

    Thank you for this. I always had problems understanding how that worked. Suddenly, it just got clearer :O)

    • @VBToolbox
      @VBToolbox  8 років тому +1

      +Angelo Gallo Excellent, Angelo! I'm glad that the videos are helping. :-D

    • @Geelow13
      @Geelow13 7 років тому

      Hi, is there any way to get in contact with you? I've been using your dbcontrol class but it doesn't seem to work with my code (Access 2013-16 and VS 2015 CE on Windows 10). I've been comparing source code from a previous program I made with your code (Access 2013 and VS 2013 on Windows 7 Pro) and the new one, and I can't, for the life of me, see what I'm missing.
      Since I've seen your videos, you are my go to guy when I run into problems. Thanks infinitely for your helpful videos.

    • @VBToolbox
      @VBToolbox  7 років тому

      Hello, Angelo. Best way to contact me is via UA-cam, though if you want, you can send me a private message with your email and I can contact that way when my work load slows.
      Unfortunately, I don't have any way of testing on Windows 10, so my knowledge there is not the strongest. I do have a copy of VS 2015 and office 365, so I might be able to figure it out if I know what's happening.

    • @Geelow13
      @Geelow13 7 років тому +1

      Wow thanks for the quick response. As I was writing this message to you, I saw my mistake and fixed it. It now works... and I feel so dumb LOL... You are the best! Keep up the amazing work. Looking forward to your next video.

    • @VBToolbox
      @VBToolbox  7 років тому

      Awesome! Glad you got it sorted. :-) Always happy to help if I'm able.

  • @harryjeganathan5276
    @harryjeganathan5276 3 роки тому +1

    I am getting an error message at line
    Params.ForEach(Sub(p) DBCmd.Parameters.Add(p))
    Message is: System.NullReferenceException: 'Object reference not set to an instance of an object.'
    How can I fix this problem

    • @VBToolbox
      @VBToolbox  3 роки тому

      This usually means that you are trying to reference an object or variable that was not instantiated with "New".
      Example: Dim DBCmd as New DBCommand

  • @cleberoliveira8821
    @cleberoliveira8821 2 роки тому

    Thank you! Awesome Tutorial!

  • @sydurrahman3552
    @sydurrahman3552 2 роки тому +1

    how can i check if the data already exists? @VB Toolbox

  • @sskywisp191
    @sskywisp191 3 роки тому +1

    Could not find file 'C:\Users\i express\Desktop\practice\practice\practice\bin\x86\Debug\connect.accdb'......i keep getting this error , i really dont know where it's coming from.

    • @VBToolbox
      @VBToolbox  3 роки тому

      Something in your project is looking for the database in your Debug folder. When your project is compiled, your template database should be automatically copied to the folder. Maybe check the properties of your access database in the Solution Explorer and verify the source and output paths are correct and that you have full permissions in that directory.

  • @TOUSSIAGAMEPLAYS
    @TOUSSIAGAMEPLAYS 4 роки тому

    Very Helpful And Correct ... Thank You ♥

  • @idk-co9gm
    @idk-co9gm 7 років тому

    Keep it up dude, these videos helped me a lot!

  • @seemaagarwal6236
    @seemaagarwal6236 2 роки тому

    very nicely explained . My code worked

  • @user-ud8yc9fu7f
    @user-ud8yc9fu7f 4 роки тому

    Thank you very much for your teaching !!

  • @tuliamenikanyemba454
    @tuliamenikanyemba454 2 роки тому

    🙂 Very Helpful. Thumb-up

  • @sandeepsah9576
    @sandeepsah9576 4 роки тому

    getting this error on Access.AddParam() function
    System.NullReferenceException: 'Object reference not set to an instance of an object.'
    Access was Nothing.

  • @truth__sayer1018
    @truth__sayer1018 8 років тому +1

    hi, really great video on database, thank you.

  • @nisarahmed6308
    @nisarahmed6308 2 роки тому

    Please help , the combboxox populates only the DisplayMember, how to get the ValueMember of the combobox .

  • @aslammohammad6185
    @aslammohammad6185 7 років тому +1

    Thanx Man
    You Explained Very Good

  • @uweroddinger393
    @uweroddinger393 4 роки тому

    Great tutorial. Thank god that I have an EQ available to cout low frequencies. :)

  • @alusinev.skoker7366
    @alusinev.skoker7366 5 років тому

    This is my best tutorial, thank you very such

  • @dahomyhafiz
    @dahomyhafiz 9 років тому +4

    Your The Best Keep Going ! ^_^

  • @nisarahmed6308
    @nisarahmed6308 2 роки тому +1

    Wonderful !

  • @trevordaniels4443
    @trevordaniels4443 5 років тому

    I use your DBControl in my application and it works fine; however, it doesn't provide a method for saving changes in a datagridview back to the original Access database. Do you have a method for this?

  • @bestShef7
    @bestShef7 8 років тому +1

    Really helpful!!
    Thanks a lot!!

    • @VBToolbox
      @VBToolbox  8 років тому +1

      +Shaunak Sengupta Very happy that you found it helpful, Shaunak! Thank you for the feedback. :-)

  • @ShwetaBanthiya
    @ShwetaBanthiya 2 роки тому

    sir i am not able to connect ms access with vs 2019 community i tried by installing database engine also but still i am getting error microsoft.ace.oledb.12.0' provider is not registered on the local machine.plz help me

  • @kennedyquinto8598
    @kennedyquinto8598 2 роки тому

    This is very helpful to my project thank you so much😊
    But I have a question,
    When I create again for my next form I follow your instruction again but when I run it my search is not functioning even I type the name the datagridview still not changed. And also no error appearing. What is the problem?

  • @Ali-dn9tl
    @Ali-dn9tl 5 років тому +1

    First, Thank you so much for this great video! You're an amazing teacher!
    My Question is. What if my database has multiple tables. What would i do to switch between tables and update them??

    • @jprism1
      @jprism1 5 років тому +1

      Create 1 .mdb file and link all .mdb files you need into that 1 file. Open that 1 file and you have access to all files

  • @saturninramirez2238
    @saturninramirez2238 4 роки тому

    thanks very very very much for your super tutorial

  • @bouzidboudena9627
    @bouzidboudena9627 5 років тому

    thanks so much , have some tutos with 2 related tables access in order to show to deal with delete and insert command

  • @DaemonSharkSpiritOfFire
    @DaemonSharkSpiritOfFire 6 років тому

    Really helpful and complete, one thing I'd like to know, how do you modify the fonts of the elements appearing in the datagrid pls ?

  • @ektasharma7543
    @ektasharma7543 4 роки тому

    How to make it work on network say LAN so that many people can can work on it simultaneously.

  • @hudasfear
    @hudasfear 8 років тому

    Getting Object reference not set to an instance of an object. this error when we just execute simple query after making class

    • @VBToolbox
      @VBToolbox  8 років тому

      Make sure to use "New" when creating your class variable.
      Example:
      Private Access As New DBControl

  • @FriedrichBoettger
    @FriedrichBoettger 3 роки тому +1

    Yow. Six years later the dude still has the source code in the dropbox folder. How good is that? This guy is okay.

    • @VBToolbox
      @VBToolbox  3 роки тому

      I really need to get it together one of these days and go through all my old video links and see what's broken. 😅

  • @GemSky-bc8lc
    @GemSky-bc8lc 4 роки тому

    I run an error when executing Form shown. The error reads "Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. I am using Visual Studio 8 and Microsoft Access 2007 . Any idea why? Thanks

    • @GemSky-bc8lc
      @GemSky-bc8lc 4 роки тому

      I got 32bit which is already installed.

    • @mustafaenescalk2274
      @mustafaenescalk2274 3 роки тому

      I have the same problem too. Did you find the answer

  • @suryadi_office
    @suryadi_office 2 роки тому

    great friend, success always

  • @bnvnclq
    @bnvnclq 8 років тому +1

    How can I add a datareader function and return a string or something within the DBControl? TIA.
    Nevermind... I saw your another tutorial, very informative thanks!
    Ps. Great tutorial! :)

  • @joegillon746
    @joegillon746 8 років тому

    Nice work. Small suggestion. Put this
    Public Function Failed()
    Return Not String.IsNullOrEmpty(Exception)
    End Function
    in your DBControl. Thanks.for the help.

    • @VBToolbox
      @VBToolbox  8 років тому

      +Joe Gillon Thank you, Joe. I actually have just recently implemented this same thing in my latest Access and SQL Control classes, but I haven't had a chance to release any new videos yet.
      This is what I am using now:
      ' ERROR CHECKING
      Public Function HasException(Optional Report As Boolean = False) As Boolean
      If String.IsNullOrEmpty(Exception) Then Return False
      If Report = True Then MsgBox(Exception, MsgBoxStyle.Critical, "Exception:")
      Return True
      End Function

  • @SunShine24024
    @SunShine24024 3 роки тому

    Very helpful..thank you

  • @Triforce1985
    @Triforce1985 3 роки тому

    I've been struggling to do exactly what this video describes. I wish I saw this video 3 months ago.

  • @robertgagnon2947
    @robertgagnon2947 8 років тому

    In the DBControl Class you hardcode the provider and the source. Any idea on how to keep the source as a variable? Meaning, I want to change databases based on user entry once the first Form loads. Thanks

  • @zeosteven
    @zeosteven 6 років тому

    can i know the syntax error how to solve? how can i increase the argument at that addParam .when i add more than 3 parameter it will show me oledbparameter canot accept too many argument

  • @sissokom.prodev9979
    @sissokom.prodev9979 8 років тому

    hi ! thanks for the good explanation!
    But i could'nt make image of theses syntax :
    why we need : Param, dataadapter, dataset,
    in vba we use rs, that maybe dataset.
    others syntax didn't make sense to me until i get a rational explanation .
    rational explanation mean logical explanation with real life stuff .
    we get box as db and inside that box a smaller box as table and the place where we put the box is the room . so i couldn't see the use of param and adapter since we tell the class to import necessary tools to deal with other detail! in the first line of your code.
    sorry if my question is not welcome !

  • @khalidramadhan8687
    @khalidramadhan8687 4 роки тому

    hi sir , when i make setup for project include connect between database access and data grid view vb.net 2010 and when install on another computer .display massage that cannot know the path of database can you make video to explain this problem ....thanks with best regard

  • @nonop6887
    @nonop6887 8 років тому

    hi,
    My data base is within the debug folder however when i execute the access.exception query its saying that it could not find the file, any suggestions?

  • @aimanshamjafri9028
    @aimanshamjafri9028 4 роки тому

    Hello, may i know the difference between access file in debug folder and the ones in the main project?

  • @GeorgeArmfield
    @GeorgeArmfield 8 років тому +1

    can you go over many ways to code buttons please?

    • @VBToolbox
      @VBToolbox  8 років тому

      +In God And Food We Trust Hehe Well, perhaps I could. Do you have anything specific in mind? You can do a million different things with buttons, so it's hard to know what would be useful to you. I use them in most all of my tutorials. :-D

    • @GeorgeArmfield
      @GeorgeArmfield 8 років тому

      I am trying to figure out how to make an URL pop up when you click the button.
      Thanks for replying,

    • @VBToolbox
      @VBToolbox  8 років тому

      +In God And Food We Trust Are you using a WebBrowser control or do you just want to launch your preferred web browser and navigate to a specified website?
      If you just want to launch your favorite web browser, add this to your Button_Click event:
      ' Firefox:
      Dim p As Process = Process.Start("firefox.exe", "www.aardaerimus.com")
      ' Chrome:
      Dim p As Process = Process.Start("chrome.exe", "www.aardaerimus.com")
      ' IE
      Dim p As Process = Process.Start("iexplore.exe", "www.aardaerimus.com")
      If you want to enter a website from a parameter or TextBox:
      Private Sub SurfWeb(Website As String)
      Dim p As Process = Process.Start("firefox.exe", Website)
      End Sub
      Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
      SurfWeb("www.youtube.com")
      End Sub
      I hope that helps! :-)

    • @GeorgeArmfield
      @GeorgeArmfield 8 років тому +1

      Ty, thanks for help

    • @VBToolbox
      @VBToolbox  8 років тому +1

      In God And Food We Trust
      Sure thing! :-)

  • @eximious9102
    @eximious9102 8 років тому +1

    Hi ! these videos are absolutely great! Thank you!
    Quick question, if i want to fill the combo box with other information i.e. names in my user table, how would i do it?
    Thank you very much!!

    • @VBToolbox
      @VBToolbox  8 років тому

      +Eximious This is covered starting at 39:06 in the video. :-)

    • @eximious9102
      @eximious9102 8 років тому

      +VB Toolbox Thank you very much!!
      I've actually got another question, a request more like, hopefully you can help me with it,
      I have a primary key in ms access, with long text data type (i.e. INC0001). as you can see its a mixture of letters and numbers, how would l go about incrementing this when creating new records in the table?
      Thanks for everything!!

    • @eximious9102
      @eximious9102 8 років тому

      +VB Toolbox Probably a big ask on that last question I know ^_^ but here a function i thought of for a start:
      Function getDigits(s As String) As String
      Dim retval As String
      Dim i As Integer
      retval = ""
      For i = 1 To Len(s)
      If Mid(s, i, 1) >= "0" And Mid(s, i, 1)

    • @VBToolbox
      @VBToolbox  8 років тому

      +Eximious Sorry for the late reply. It's been chaos here. This morning I was goofing around with this idea and came up with a function that can adjust to any char:number key length and increment it.
      Example:
      CN
      CCN
      CNNN
      CCCNNNN
      etc.
      Let me know if you want to try it out. :-)

    • @eximious9102
      @eximious9102 8 років тому

      +VB Toolbox That's no problem at all! I definitely would liketo know the method you have used to get that working, and truly grateful for working on it and helping me out. However, I seem to be struggling, somehow, on the update/edit part.
      More specifically, I want to update a selected row on the data grid.Right now, it is similar to yours, in terms of the data grid. Its only selecting a few of the fields I have in my access db. However I want to run another query selecting all fields and showing those in another form. Once it is all showing in another form and are in the right text boxes I want to update that record.
      Can you help me with this one instead?
      I think the one above with the alphanumeric ID is something I really want to implement once I have a fully functioning add/update/delete capabilities :)
      I have sent you so many comments in this video and the other one, hopefully I havent been too annoying!
      p.s Would love to show you my code somehow!
      Thank you very much!!

  • @sum1sw
    @sum1sw 5 років тому

    Great job. Thank you so much.

  • @chonccbb6581
    @chonccbb6581 8 років тому +1

    Thanks a lot for this. :D

  • @amberm2035
    @amberm2035 6 років тому

    Dunno what happened, there's no error but both Select and Delete records using DGV and CBX cannot use.. :(

  • @ismansetiyadi4099
    @ismansetiyadi4099 6 років тому

    Wow....good tutorial.....tks

  • @amercabonegro7607
    @amercabonegro7607 5 років тому

    i want to update my master copy but it can't i already input always copy but never update Database

  • @cmcatalpa5460
    @cmcatalpa5460 8 років тому +1

    Is it possible to change the database SAMPLE.ACCDB in the line to be a variable?
    public daName as string="Sample.accdb"
    Private DBCon As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;" &
    "Data Source=Sample.accdb;")

    • @VBToolbox
      @VBToolbox  8 років тому +1

      +CM Catalpa Absolutely. :-) If you want it to be user defined or switchable during runtime you'll either want to set the access level of DBCon to Public, or else create a New(DBFile As String) Sub to simply allow to create varied instances of your DBControl class.

    • @robertgagnon2947
      @robertgagnon2947 8 років тому

      Could you show an example of the New(DBFile as String) Sub.Thanks

    • @VBToolbox
      @VBToolbox  8 років тому

      In your DBControl class add two New() Subs. One will be blank [for default values], and the the other will allow you to override the existing values.
      Example [in DBControl class]:
      ' Use default connection string
      Public Sub New()
      End Sub
      ' Override connection string
      Public Sub New(Database As String)
      Dim CS As String = String.Format("Provider=Microsoft.ACE.OLEDB.12.0;" & _
      "Data Source={0};", Database)
      DBCon = New OleDbConnection(CS)
      End Sub
      In your main form you can now call your New DBControl with the default values, or you can override and use a different database.
      Example:
      ' Defaults
      Private Access As New DBControl()
      OR
      Private Access As New DBControl("YourOtherDB.accdb")

  • @nathanielnunez4603
    @nathanielnunez4603 8 років тому

    Im having problem on this tutorial. I followed all the steps and its working but the data show in datagrid has not been reflected on ms access database. Can you help me solving this problem. Thanks

  • @rahuljangra5205
    @rahuljangra5205 7 років тому

    anyone help... I want a program in vb.net with access database .... in this auto debit & credit balance and advance amount add in wallet

  • @ibrahimahmed804
    @ibrahimahmed804 6 років тому

    How would you make it so that the parameters are CaSe senesative

  • @ma.fatimapaulineburagay3279
    @ma.fatimapaulineburagay3279 5 років тому

    mins has "syntax error in FROM clause" how can I fix it? TIA!

  • @hk6116
    @hk6116 8 років тому

    hi
    great videos, learned a lot from these tutorials
    is it possible to make a video on MS access relational data base.
    thansk

  • @MrVishnu123456789
    @MrVishnu123456789 4 роки тому

    Hi in this coding how we can provide column size for each item??~

  • @eximious9102
    @eximious9102 8 років тому

    Hi! Here to annoy you once more.
    I have a form, I want users to fill a few mandatory fields (not all fields are mandatory).
    How would I go about using errorProvider to show(and disappear once filled) the mandatory fields?
    Or is there another way to show mandatory fields? i.e. highlight labels, turn fields red?
    Again, thank you in advance!

  • @yogeshvaidya9692
    @yogeshvaidya9692 7 років тому

    sir,thanking you very much, that you teach a very simply and usefull ,sir i want know how to use date data and numeric data to save to acces database ,in foxpro i use str() for numeric expretion and ctod{} for date expretion

  • @eletheriakourteridou1487
    @eletheriakourteridou1487 8 років тому +1

    Thanks for a realy very good introduction , my question is , how can i change the name of column in datagrid , becouse with this code doesnt can from properties , i tried with this dgvData.Columns(2).HeaderText = "Percentage" but it doesnt works , give me a fault , any suggestion? thanks a lot

    • @VBToolbox
      @VBToolbox  8 років тому

      +Eletheria Kourteridou If the column is pulled via your query you can change the column header in the query itself.
      SELECT myPctColumn As Percentage FROM sometable
      If you have spaces or protected keywords make sure that you use brackets for your columns:
      SELECT [myPctColumn] As [Percentage] FROM sometable

    • @eletheriakourteridou1487
      @eletheriakourteridou1487 8 років тому +1

      thanks for your answer, it works perfect . Can you have any project with multiple related tables in Access ? for example a CRM soft with customers , products , sales etc. that is a very interesting project and anyone can learn so much....... Thanks again

    • @VBToolbox
      @VBToolbox  8 років тому +1

      +Eletheria Kourteridou Absolutely! :-) You can use relational queries in Access.
      Example:
      Access.ExecQuery("SELECT salesmaster.customer, salesmaster.ordernumber, salesmaster.orderdate, salesitems.partnumber, salesitems.quantity, salesitems.unitprice, salesitems.extendedprice FROM salesmaster INNER JOIN salesitems ON salesmaster.ordernumber = salesitems.ordernumber WHERE salesmaster.customer = 'my customer' ")

  • @MyharbIbbe
    @MyharbIbbe 6 років тому

    Sir, How can i use DBControl Class to create reports. It doesn't allow me to do so!!!

  • @johnday7362
    @johnday7362 8 років тому

    I really liked your "Database" series. I would like to know how you fill the combo box with table names if you have more than one table. To clarify, to automatically add the Database Table Names to the combo box. Any suggestions?

    • @VBToolbox
      @VBToolbox  8 років тому

      Greetings, John. :-) Did you check out my "Dynamic Queries" tutorial? I believe that we did this or something virtually identical in that video.
      If you haven't seen it yet: ua-cam.com/video/TRsaXS0Hjlk/v-deo.html

    • @johnday7362
      @johnday7362 8 років тому

      Yes, you did. I just watched it last night. Thank again.

  • @simatydiatta2033
    @simatydiatta2033 6 років тому

    very interesting loved it

  • @jollyreal1
    @jollyreal1 7 років тому

    thank you really help a lot!!!!

  • @mutasemtayeh382
    @mutasemtayeh382 8 років тому

    excellent tutorail

  • @erictsetse1725
    @erictsetse1725 8 років тому

    Great tutorials. I tried the code exactly as you wrote it but the wildcard search didn't work.

  • @pistonring1399
    @pistonring1399 6 років тому

    Can you give me a link if you have any of among these videos you have loaded which deals with relating access database tables.thank you

  • @ubongmbaba1085
    @ubongmbaba1085 7 років тому

    Thanks Sir, am new in vb.net and your tutorial had really taught me how it work, but I have a problem, I follow the tutorial hand in hand and when I run the program, there is an error message that is telling me to close the dbcon connection. Please can I close it?

    • @VBToolbox
      @VBToolbox  7 років тому

      Double check your ExecQuery in the DBContol class and ensure that you have a statement to close the database after completing the query. This is at 29:00 in the video.
      A better method is to use Try/Catch/Finally:
      Try
      ' your query code...
      Catch ex As Exception
      Exception = ex.Message
      Finally
      ' CLOSE YOUR CONNECTION
      If DBCon.State = ConnectionState.Open Then DBCon.Close()
      End Try

  • @WorldofConn
    @WorldofConn 8 років тому +1

    I'm trying to figure out how to make changes within the datagridview and then save them back to the database. Any ideas would be helpful? I would use it on a cellendedit event within the datagridview. I can't figure it out using your controller.
    -Jon

    • @VBToolbox
      @VBToolbox  8 років тому

      +Jon Brown (Conn) Hello, Jon! I have a tutorial on doing this with SQL Server, but I haven't tested the DataAdapter in OleDB for an UpdateCommand method. If I can get a chance today, I'll try this out for you to see if it's the same. :-)

    • @WorldofConn
      @WorldofConn 8 років тому

      I've done some research and it seems you need to import the oledbcommandbuilder.
      Don't know if that would help you help me =)

    • @VBToolbox
      @VBToolbox  8 років тому

      +Jon Brown (Conn) Yup! It's just like my SQL update from DGV. I have it working already with a "Save" button; However, I'm having issues with the CellEndEdit event. Still playing with it, though. :-D

    • @WorldofConn
      @WorldofConn 8 років тому

      I appreciate it a bunch!

    • @WorldofConn
      @WorldofConn 8 років тому

      +VB Toolbox Also, the event wouldn't have to be cellendedit. I just need an event that would save as often as possible.