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

  Рет қаралды 142,777

VB Toolbox

VB Toolbox

Күн бұрын

Пікірлер: 219
@johnnyhermes
@johnnyhermes Жыл бұрын
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!
@digitalworld2382
@digitalworld2382 3 ай бұрын
My VB6 project was not working but with your help I will be able to convert it again to VB10, thank you BRO. thanks a lot....
@barklaysaunders9824
@barklaysaunders9824 2 жыл бұрын
This is an incredible piece of coding. I highly recommend you watch all 5 videos ... it will change your world! ... Thank you.
@ankurpatel3399
@ankurpatel3399 4 жыл бұрын
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!!!
@TheRealKaiProton
@TheRealKaiProton 3 жыл бұрын
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!
@LegoStarWarsUpdater
@LegoStarWarsUpdater 7 жыл бұрын
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 жыл бұрын
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 KZbin where in 1 hour I could open all .mdb files local and across a network+++
@VBToolbox
@VBToolbox 5 жыл бұрын
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.
@k.w.fisher3593
@k.w.fisher3593 3 жыл бұрын
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
@MoJoTec67
@MoJoTec67 4 жыл бұрын
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.
@jms7805
@jms7805 6 жыл бұрын
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.
@scottthomas9207
@scottthomas9207 4 жыл бұрын
First tutorial I have watched from you. This was exceptional! Thank you.
@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..
@randym3351
@randym3351 6 жыл бұрын
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 6 жыл бұрын
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 жыл бұрын
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
@ashavarghese5804
@ashavarghese5804 9 жыл бұрын
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 9 жыл бұрын
+asha varghese That's great, Asha! Thank you for the encouraging comment. :-)
@GemSky-bc8lc
@GemSky-bc8lc 4 жыл бұрын
You are the best teacher.
@Gestapoz1988
@Gestapoz1988 9 жыл бұрын
You are the best of the best Simple and easy Keep going and don't stop!.
@nooshinatashfeshan3247
@nooshinatashfeshan3247 5 жыл бұрын
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???
@peterbambenek6598
@peterbambenek6598 4 жыл бұрын
Excellent tutorial and understandable. Needed this for searching external DB for my software app inside a created report form.
@trollstrings
@trollstrings 11 ай бұрын
Only 6 words! Thank you! Thank you! Thank you! 👍👍👍
@VBToolbox
@VBToolbox 11 ай бұрын
You're very welcome! 😀 I'm happy that the videos were helpful.
@irvinjohnson569
@irvinjohnson569 5 жыл бұрын
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.
@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 жыл бұрын
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.
@bkpickell
@bkpickell 6 жыл бұрын
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 6 жыл бұрын
There sure is. In your SELECT use SELECT DISTINCT yournamecolumn. This will eliminate duplication.
@adamali3832
@adamali3832 7 жыл бұрын
Amazing video, perfectly explains everything.
@700nitro1
@700nitro1 5 жыл бұрын
Thank you VERY much for this informative and detailed tutorial.
@Stisse12
@Stisse12 3 жыл бұрын
This is so good! You are the best explainer ever! Helped me alot!
@andrejkocsis4671
@andrejkocsis4671 3 жыл бұрын
Just what I needed! THX! A lot!
@nisarahmed6308
@nisarahmed6308 2 жыл бұрын
Please help , the combboxox populates only the DisplayMember, how to get the ValueMember of the combobox .
@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
@laptopDoctorKZN
@laptopDoctorKZN 7 жыл бұрын
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
@Tenofé2376
@Tenofé2376 4 жыл бұрын
You made my day perfectly explain what i require Thank you
@taihung2000
@taihung2000 2 жыл бұрын
Thank you very much! Thump UP!!!
@Fcvic1
@Fcvic1 4 жыл бұрын
One word: PERFECT
@aimanshamjafri9028
@aimanshamjafri9028 4 жыл бұрын
Hello, may i know the difference between access file in debug folder and the ones in the main project?
@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?
@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 !
@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?
@jerbyapa9229
@jerbyapa9229 5 жыл бұрын
Thank You for making this video.. So Helpful Teacher
@harryjeganathan5276
@harryjeganathan5276 3 жыл бұрын
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
@zeosteven
@zeosteven 7 жыл бұрын
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
@MrVishnu123456789
@MrVishnu123456789 5 жыл бұрын
Hi in this coding how we can provide column size for each item??~
@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 ?
@raizriyal84
@raizriyal84 7 жыл бұрын
Great Tutorial BOSS! I learned a lot of things, thank you very much!!! Cheers mate!~
@Geelow13
@Geelow13 9 жыл бұрын
Thank you for this. I always had problems understanding how that worked. Suddenly, it just got clearer :O)
@VBToolbox
@VBToolbox 9 жыл бұрын
+Angelo Gallo Excellent, Angelo! I'm glad that the videos are helping. :-D
@Geelow13
@Geelow13 8 жыл бұрын
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 8 жыл бұрын
Hello, Angelo. Best way to contact me is via KZbin, 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 8 жыл бұрын
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 8 жыл бұрын
Awesome! Glad you got it sorted. :-) Always happy to help if I'm able.
@erictsetse1725
@erictsetse1725 8 жыл бұрын
Great tutorials. I tried the code exactly as you wrote it but the wildcard search didn't work.
@GeorgeArmfield
@GeorgeArmfield 9 жыл бұрын
can you go over many ways to code buttons please?
@VBToolbox
@VBToolbox 9 жыл бұрын
+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 9 жыл бұрын
I am trying to figure out how to make an URL pop up when you click the button. Thanks for replying,
@VBToolbox
@VBToolbox 9 жыл бұрын
+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 9 жыл бұрын
Ty, thanks for help
@VBToolbox
@VBToolbox 9 жыл бұрын
In God And Food We Trust Sure thing! :-)
@sskywisp191
@sskywisp191 3 жыл бұрын
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.
@seemaagarwal6236
@seemaagarwal6236 3 жыл бұрын
very nicely explained . My code worked
@ibrahimahmed804
@ibrahimahmed804 7 жыл бұрын
How would you make it so that the parameters are CaSe senesative
@idk-co9gm
@idk-co9gm 7 жыл бұрын
Keep it up dude, these videos helped me a lot!
@김용재-r8i
@김용재-r8i 5 жыл бұрын
Thank you very much for your teaching !!
@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
@ektasharma7543
@ektasharma7543 5 жыл бұрын
How to make it work on network say LAN so that many people can can work on it simultaneously.
@MyharbIbbe
@MyharbIbbe 7 жыл бұрын
Sir, How can i use DBControl Class to create reports. It doesn't allow me to do so!!!
@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?
@amercabonegro7607
@amercabonegro7607 5 жыл бұрын
i want to update my master copy but it can't i already input always copy but never update Database
@ma.fatimapaulineburagay3279
@ma.fatimapaulineburagay3279 6 жыл бұрын
mins has "syntax error in FROM clause" how can I fix it? TIA!
@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
@sephegipto7787
@sephegipto7787 8 жыл бұрын
Thanks for sharing your knowledge.
@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.
@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
@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
@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: kzbin.info/www/bejne/ioPWkouJZa2dos0
@johnday7362
@johnday7362 8 жыл бұрын
Yes, you did. I just watched it last night. Thank again.
@eximious9102
@eximious9102 9 жыл бұрын
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 9 жыл бұрын
+Eximious This is covered starting at 39:06 in the video. :-)
@eximious9102
@eximious9102 9 жыл бұрын
+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 9 жыл бұрын
+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 9 жыл бұрын
+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 9 жыл бұрын
+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!!
@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
@allhaillelouchvibritannia7494
@allhaillelouchvibritannia7494 6 жыл бұрын
how to code the mdb format?
@cmcatalpa5460
@cmcatalpa5460 9 жыл бұрын
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 9 жыл бұрын
+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")
@uweroddinger393
@uweroddinger393 4 жыл бұрын
Great tutorial. Thank god that I have an EQ available to cout low frequencies. :)
@hadidi42
@hadidi42 8 жыл бұрын
Do you have tutorial how to make a history from login form or other form?
@VBToolbox
@VBToolbox 8 жыл бұрын
Instead of using a TextBox control for the username, you could use a ComboBox and upon logging in you could store the recent values to a text file or application variable (My.Settings).
@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
@eletheriakourteridou1487
@eletheriakourteridou1487 9 жыл бұрын
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 9 жыл бұрын
+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 9 жыл бұрын
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 9 жыл бұрын
+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' ")
@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
@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!
@TOUSSIAGAMEPLAYS
@TOUSSIAGAMEPLAYS 4 жыл бұрын
Very Helpful And Correct ... Thank You ♥
@truth__sayer1018
@truth__sayer1018 8 жыл бұрын
hi, really great video on database, thank you.
@bestShef7
@bestShef7 9 жыл бұрын
Really helpful!! Thanks a lot!!
@VBToolbox
@VBToolbox 9 жыл бұрын
+Shaunak Sengupta Very happy that you found it helpful, Shaunak! Thank you for the feedback. :-)
@838rajesh
@838rajesh 8 жыл бұрын
How can I connect visual basic form to access database which is saved on sharepoint? Is t possible to connect & retrieve data from database on sharepoint ? if yes what is the code which I can use?
@VBToolbox
@VBToolbox 8 жыл бұрын
Unfortunately, I have no experience with Sharepoint and have no way to test this. Sorry, Rajesh. :-(
@samruddhidhoke9186
@samruddhidhoke9186 5 жыл бұрын
hello sir how to add all textbox data in datagridview
@alusinev.skoker7366
@alusinev.skoker7366 5 жыл бұрын
This is my best tutorial, thank you very such
@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
@Ali-dn9tl
@Ali-dn9tl 5 жыл бұрын
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 жыл бұрын
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
@amberm2035
@amberm2035 6 жыл бұрын
Dunno what happened, there's no error but both Select and Delete records using DGV and CBX cannot use.. :(
@WorldofConn
@WorldofConn 9 жыл бұрын
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 9 жыл бұрын
+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 9 жыл бұрын
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 9 жыл бұрын
+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 9 жыл бұрын
I appreciate it a bunch!
@WorldofConn
@WorldofConn 9 жыл бұрын
+VB Toolbox Also, the event wouldn't have to be cellendedit. I just need an event that would save as often as possible.
@tralala449
@tralala449 7 жыл бұрын
Hello Sir!! good day... I've been following your tutorials lately but here's the thing.. i want to do a filter that will list according to the columns of the DGV can you help me in this? i tried so many things like deriving a dataset and such but nothing happens in my DGV.. Thank you for the Reply and God Bless..
@suryadi_office
@suryadi_office 3 жыл бұрын
great friend, success always
@Marzamsteel
@Marzamsteel 5 жыл бұрын
friend, how can I do to compact a database from visual basic
@BigIslandLavaPioneers
@BigIslandLavaPioneers 5 жыл бұрын
Marcos Zambrano Unfortunately, I don’t have a computer to test with, but is there, by chance, a CompactDatabase method in the DBControl or Access class constructor?
@Marzamsteel
@Marzamsteel 5 жыл бұрын
@@BigIslandLavaPioneers The CompactDatabase method does not exist in DBControl. Please help
@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
@dahomyhafiz
@dahomyhafiz 9 жыл бұрын
Your The Best Keep Going ! ^_^
@aslammohammad6185
@aslammohammad6185 8 жыл бұрын
Thanx Man You Explained Very Good
@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
@SadamHussain-lw4cc
@SadamHussain-lw4cc 7 жыл бұрын
How to add table in access database on run time. Please help me
@VBToolbox
@VBToolbox 7 жыл бұрын
You should be able to run a normal CREATE TABLE statement. Here is an example: msdn.microsoft.com/en-us/library/bb177893(v=office.12).aspx You may wish to watch the updated series from Nov 2016 for an updated Access Control class.
@SadamHussain-lw4cc
@SadamHussain-lw4cc 7 жыл бұрын
Thanks dear
@saturninramirez2238
@saturninramirez2238 4 жыл бұрын
thanks very very very much for your super tutorial
@bnvnclq
@bnvnclq 8 жыл бұрын
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! :)
@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
@nisarahmed6308
@nisarahmed6308 2 жыл бұрын
Wonderful !
@mutasemtayeh382
@mutasemtayeh382 8 жыл бұрын
excellent tutorail
@VBToolbox
@VBToolbox 8 жыл бұрын
Thank you! :-)
@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
@sum1sw
@sum1sw 5 жыл бұрын
Great job. Thank you so much.
@solomondanso1034
@solomondanso1034 7 жыл бұрын
thanks for this tutorial.......can you please make a tutorial on hospital management system in vb.net with sql connection?
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
How to Connect Access Database to VB.NET - Visual Studio 2015
13:00
Code And Course
Рет қаралды 228 М.
VB.NET Tutorial - Update Records In An Access Database
57:04
VB Toolbox
Рет қаралды 32 М.
VB.NET MS Access Database Tutorial 1 # How to Connect Access Database to VB.Net
18:45
VB.NET Tutorial - Dynamic Queries With An Access Database
1:03:08
VB Toolbox
Рет қаралды 21 М.
VB.NET MDI Forms Tutorial - Forms within a Form
29:53
VB Toolbox
Рет қаралды 82 М.
Visual Basic Studio 2019  How to Connect Access Database to VB.Net
10:19
Programming with “Alagie” Singhateh
Рет қаралды 48 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН