How to Connect Access Database to VB.NET - Visual Studio 2015

แชร์
ฝัง

ความคิดเห็น • 159

  • @CodeAndCourse
    @CodeAndCourse  4 ปีที่แล้ว +2

    Ask your question in our new forum forum.codeandcourse.com/viewforum.php?f=4

  • @CodeAndCourse
    @CodeAndCourse  7 ปีที่แล้ว +10

    Correct in 11:26
    StudentTableBlindingSource.RemoveCurrent()
    TableAdapterManager.UpdateAll(StudentDataDataSet)
    MsgBox("Current Record Deleted")

    • @maliknafees8173
      @maliknafees8173 6 ปีที่แล้ว

      Code And Coins hi can I do same if my database is in sql server management studio instead of ms access?

  • @ObisterTechnicals
    @ObisterTechnicals 10 หลายเดือนก่อน +1

    Your video is good and powerful it help me a lot , and please a make update button if you can.🙏

  • @joemaridimalaluan7643
    @joemaridimalaluan7643 3 ปีที่แล้ว

    Thank you for the Very detailed tutorial on how to connect to MS ACCESS 🥰

  • @elisha271174
    @elisha271174 7 ปีที่แล้ว +3

    One of the best BROTHER ...... Well Done

  • @CiscoSaeed
    @CiscoSaeed 6 ปีที่แล้ว +2

    The nicest video I have watched it and guided me straight..many thanks

  • @NK6722-nk
    @NK6722-nk 5 ปีที่แล้ว +1

    Made my concepts crystal clear. Thanks

  • @raogaru306
    @raogaru306 5 ปีที่แล้ว +1

    Keep posting new videos .Dont stop. God bless you.

  • @mohitkr080886
    @mohitkr080886 4 ปีที่แล้ว

    I'm very happy with your Tutorial. It helped me with my college project. Thank you so much for uploading this video.

    • @HabibFx
      @HabibFx 6 หลายเดือนก่อน

      Did you use this as your project?

  • @Willo_911
    @Willo_911 7 ปีที่แล้ว +2

    Thanks bud. Your accent is difficult to understand but your lesson content is superb. Cheers!

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว +3

      Thank you friend. I am from Nepal. I will try to improve my language.

  • @rangithsing
    @rangithsing 7 ปีที่แล้ว +1

    Great Job Brother... Really Useful and little advanced for beginers... Good Really Good.

  • @stephenadonis3953
    @stephenadonis3953 6 ปีที่แล้ว +2

    man i love you so much rught now. seen all this videos without speech and it was annoying. thanks for talking

  • @Ischim0n
    @Ischim0n 7 ปีที่แล้ว +1

    Thank you so much! Finally i found a tutorial that actually helped me. Keep up the good work, thumbs up from me =)

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Your help encourage us to make more content like that. Please share this video to your friend.

    • @irtizatechhere632
      @irtizatechhere632 2 ปีที่แล้ว

      @@CodeAndCourse Bro How To Make It's SetUp Please Guide Me

  • @abdul-razak9981
    @abdul-razak9981 6 ปีที่แล้ว +1

    I really love this video. It has helped me a lot. Thank you so much.

  • @ryanvictorotieno4231
    @ryanvictorotieno4231 6 ปีที่แล้ว +1

    Such an educator. *thumbs up

  • @HabibFx
    @HabibFx 6 หลายเดือนก่อน

    wow such an eye opening Content

  • @kholofelomalepe6685
    @kholofelomalepe6685 5 ปีที่แล้ว

    Thank you this was very helpful since I'm currently busy with an assignment with similar questions

  • @bashirbhoraniya4359
    @bashirbhoraniya4359 6 ปีที่แล้ว +1

    Awesome learning i really impressed😍

  • @raiexrodrik4023
    @raiexrodrik4023 6 ปีที่แล้ว +1

    Finally some useful tutorial with sound and new visual studio TT_TT

  • @ghalibsonu7202
    @ghalibsonu7202 5 ปีที่แล้ว

    thank you so much sir
    very simple this method

  • @empostman9409
    @empostman9409 5 ปีที่แล้ว +1

    Great presentation. Thank You.

  • @FaithMoyo-rf7fs
    @FaithMoyo-rf7fs ปีที่แล้ว +1

    Very helpful

  • @emeryebio4283
    @emeryebio4283 5 ปีที่แล้ว

    Thank You! it help a lot...

  • @engineeringinspectionsirel1385
    @engineeringinspectionsirel1385 3 ปีที่แล้ว +1

    Excellent, thanks.

  • @nepheo5243
    @nepheo5243 6 ปีที่แล้ว

    Your accent is so informal! XD, it's like that so called Ugandan Knuckles dead meme. By the way, jokes aside, thank you for the help!

  • @abhijeettodkari490
    @abhijeettodkari490 4 หลายเดือนก่อน

    i am not getting this type of window with such options while adding connection at time 3:15.. at my end it is showing Misc word, with connection string in its dropdwon list

  • @violeta4558
    @violeta4558 6 ปีที่แล้ว +2

    Really useful and little advanced for beginers... But , When I tried to connect to the database I got a pig: "The Microsoft.ACE.OLEDB.12.0" provaider is not registered on the local machine! What should I do???

    • @CodeAndCourse
      @CodeAndCourse  6 ปีที่แล้ว +1

      This may be helpful for you stackoverflow.com/questions/6649363/microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine

    • @safaatantaouielaraqi7527
      @safaatantaouielaraqi7527 4 ปีที่แล้ว

      @@CodeAndCourse the same problem

  • @namariq3177
    @namariq3177 6 ปีที่แล้ว +1

    Thank you so much 👍👍

  • @robbiepascua
    @robbiepascua 4 ปีที่แล้ว

    What if you need to update your datasource? For example, you forgot to add another field in access database. So you add it on the database. Now, since you have already connected that database to vb.net net, how will you be able to reflect the added field into the previously connected datasource?

  • @bryanhdez7394
    @bryanhdez7394 5 ปีที่แล้ว

    It was really helpful

  • @bskhan22
    @bskhan22 5 ปีที่แล้ว +1

    Is data going inside the database or not??

  • @robertd7613
    @robertd7613 4 ปีที่แล้ว

    incredible and very helpful.

  • @tbc7062
    @tbc7062 5 ปีที่แล้ว +1

    Thanks, really helped

  • @manishkumarpingolia393
    @manishkumarpingolia393 6 ปีที่แล้ว +1

    Very nice bro...

  • @saugatjarif8272
    @saugatjarif8272 7 ปีที่แล้ว +1

    Hey I have a tip make your voice clear by audacity its an open source software this will help you a lot

  • @famillebourlet4450
    @famillebourlet4450 4 ปีที่แล้ว

    Thanks for your video. I installed Visual Studio 2019 but when I try to add a new datasource to my project the button is deactivated and I don't know what I have to do to receive it active and continue as you do it in your tutorial. Can you help me ?

  • @muhammadhisyamzayd5816
    @muhammadhisyamzayd5816 6 ปีที่แล้ว +1

    super duper many thanks!!

  • @geraldoliva3515
    @geraldoliva3515 4 ปีที่แล้ว

    @Code And Coins ,, textboxes and datagridview doesn't show any content from the access database. how to fix this? pls reply. Thanks

  • @shivanijagtap8133
    @shivanijagtap8133 4 ปีที่แล้ว +1

    Sir your videos are great n helpful but I got one error when I add new data source it added but studentTable is not retrieved

  • @khalidramadhan8687
    @khalidramadhan8687 5 ปีที่แล้ว

    hi sir , when i make setup for project include empty database access and fill it from data grid view vb.net 2010 and when install on another computer .display massage that cannot know the path of database
    ....thanks with best regard

  • @prathapgowda6981
    @prathapgowda6981 6 ปีที่แล้ว +1

    Nice I understand well

  • @alijahujevic5916
    @alijahujevic5916 5 ปีที่แล้ว

    Thanks for this!!!!!!!!!!!

  • @vasilimertzani
    @vasilimertzani 6 ปีที่แล้ว +1

    great project.I have a problem.While i m running the program i can add new records and the counter metering the records.2.3. etc.When i close and run it again i have lost all the records i made before.What i have do wrong?

    • @CodeAndCourse
      @CodeAndCourse  6 ปีที่แล้ว

      When you run a program through visual studio then it will erase all the data in a database which you have saved. But you open that program from debug folder then you will not get this problem.

    • @vasilimertzani
      @vasilimertzani 6 ปีที่แล้ว

      i found it.My mistake

    • @vasilimertzani
      @vasilimertzani 6 ปีที่แล้ว

      my mistake waw at 3:38 i was choosing yes so when i was running the project the database copying in bin/debug file of the project.

  • @ahlen7575
    @ahlen7575 4 ปีที่แล้ว

    If add new data in VB.net, that will auto record to Access database right?

  • @edartohsan9579
    @edartohsan9579 7 ปีที่แล้ว

    I answered yes at the connection, so the data will be saved on bin-debug. But then my problem is, whenever i open the visual basic, the data that been saved on ms access have gone. what should i do.

  • @mohammedsaeeddowelbite386
    @mohammedsaeeddowelbite386 5 ปีที่แล้ว

    thank you for good explain

  • @justinace650
    @justinace650 6 ปีที่แล้ว

    what version of MS ACCESS you used mister?

  • @janmichaelvitto5475
    @janmichaelvitto5475 5 ปีที่แล้ว

    Thank you for tutorial

  • @lakewameneshewa2755
    @lakewameneshewa2755 5 ปีที่แล้ว

    very nice i understand

  • @madhubj5230
    @madhubj5230 7 ปีที่แล้ว +1

    Excellent!!!
    Upload more videos...

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Thanks and What video you want from my channel?

  • @ThatsDeXes
    @ThatsDeXes 7 ปีที่แล้ว +1

    can other people that have my application able to login..for instance?

  • @therandomking1265
    @therandomking1265 5 ปีที่แล้ว

    You messed up at 11:39 because you put the wrong code on the screen that was different from what you were typing at the time.

  • @empostman9409
    @empostman9409 6 ปีที่แล้ว +1

    Thank you so much.

  • @violeta4558
    @violeta4558 6 ปีที่แล้ว

    When I have completed an application into Visual Studio, how can I make an executable version that I can later give to someone who can use it on his computer.

  • @mauriciolopez9652
    @mauriciolopez9652 6 ปีที่แล้ว

    I keep getting this Error when I try to add new data origins, I try to select the data objects I mean The table but it shows this error "Could not retrieve schema information for database object " then I click accept and try to drag the database but it does not show anything but a Grey screen with nothing in it. Can you help me? I am using acces 2010 and Vnet 2010. Greetings.

  • @chauly793
    @chauly793 2 ปีที่แล้ว

    The new record cannot be saved into ms access after saving data. what is the error?

  • @gabrielavila3114
    @gabrielavila3114 6 ปีที่แล้ว

    good day sir i can get an error in (studentdatadataset) in 10:32
    sir i hope you can help

  • @brahimkhalil3027
    @brahimkhalil3027 7 ปีที่แล้ว +1

    Thanks for the explanation
    From your left, how can you connect a combo box with a table
    In the list of male and female

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Please give more details what you want to say

  • @icewind21
    @icewind21 6 ปีที่แล้ว

    Can this code be used for Ms access 2007 and up? Why does it have to be converted first? Thanks

    • @kareng4120
      @kareng4120 6 ปีที่แล้ว

      Wendell Millan
      Yah it can tried t

  • @kritikagupta9667
    @kritikagupta9667 6 ปีที่แล้ว

    I'm having trouble in delete button..I have written exact same code but it is not debugging

  • @thejavierjking
    @thejavierjking 6 ปีที่แล้ว

    Like this your friend, I like the video

    • @thejavierjking
      @thejavierjking 6 ปีที่แล้ว

      I make a macro for a restaurant is for the computer class, I have to put supplier, client, phone, address, customer registration number and an invoice

  • @thejavierjking
    @thejavierjking 6 ปีที่แล้ว

    I make a macro for a restaurant is for the computer class, I have to put supplier, client, phone, address, customer registration number and an invoice

  • @snehakadam3204
    @snehakadam3204 6 ปีที่แล้ว

    I did the whole connectivity bt the data entered in vb.net while running the code is not getting Stored in access file😕

  • @shivatiwari1127
    @shivatiwari1127 5 ปีที่แล้ว

    If we want validations in each field then?

  • @wenfrededradan4071
    @wenfrededradan4071 7 ปีที่แล้ว

    i have an error....."unable to add connection, the given key was not present in the dictionary"...pls help me

  • @francismichael8378
    @francismichael8378 7 ปีที่แล้ว +1

    Good work sir,I have record in a table up to 50, I want to replicate the same record for another month how will I do it such that every month once I click the bottom it automatically process the record

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      You can do that using query.

  • @srinagarkakaznagar5438
    @srinagarkakaznagar5438 7 ปีที่แล้ว +1

    very good sir i appreciate to you that very good explanation can you send some more videos on database vb.net & access 2007

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Thank you for your support. What video you want from our channel.

  • @chanakyakr1165
    @chanakyakr1165 6 ปีที่แล้ว +1

    after registering , can we use thier name to login in login form

    • @CodeAndCourse
      @CodeAndCourse  6 ปีที่แล้ว

      this is not a registering form

    • @chanakyakr1165
      @chanakyakr1165 6 ปีที่แล้ว

      @@CodeAndCourse ohk ..!! Have you made a video on it ...!! If yes can u link it in comments

    • @CodeAndCourse
      @CodeAndCourse  6 ปีที่แล้ว +1

      sorry, i haven't

    • @chanakyakr1165
      @chanakyakr1165 6 ปีที่แล้ว +1

      @@CodeAndCourse no problem thanks

  • @spymancrackers
    @spymancrackers 6 ปีที่แล้ว +1

    thx my friend :)

  • @ellenmutimhodyo4184
    @ellenmutimhodyo4184 6 ปีที่แล้ว

    i am failing to use the Save code given. it is not saving to my table.

  • @jasmine1588
    @jasmine1588 6 ปีที่แล้ว +1

    How to create multiple vb form with database and how to pass data between them

  • @namariq3177
    @namariq3177 5 ปีที่แล้ว

    There is an error ...when i stop running and make it run again .. i lose the data that i insert in the previous run

  • @oliverdelafuente8260
    @oliverdelafuente8260 5 ปีที่แล้ว

    this kind of method can't save to the database ms access because it doesnt have oldbconnection or mysqlconnection this was just all about codes without connection to the database

  • @educationhub8241
    @educationhub8241 5 ปีที่แล้ว

    Plzzz upload Video full detail about SEO as well as online exam and server related to exam and which types of software used by exam controller how all these types of exam conducted plzzz detail

  • @brahimkhalil3027
    @brahimkhalil3027 7 ปีที่แล้ว +1

    I want to replace the radio Botton with combobox
    I mean how to add combobox in the same format

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Go to toolbox then drag a combobox on to your form
      and then double click on that combobox then write
      Dim gender as string
      gender = combobox.selecteditem
      select case gender
      case "male"
      GenderTextBox.Text = "Male"
      case "female"
      GenderTextBox.Text = "Female"
      End Select
      Hope this will help

    • @brahimkhalil3027
      @brahimkhalil3027 7 ปีที่แล้ว

      write what

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Past the above code

  • @dicla9370
    @dicla9370 7 ปีที่แล้ว +1

    thank you so much..you just saved me...but the delete cide isnt working pliz check and reply soon.i hav to finish my project soon....also a question- if i made this form first and then made a welcome form later,then how can i make the welcome form to appear first when i run...pliz reply soon.

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      For delete button : At first tell me, from where you open your project, is it from visual studio or from debug folder.
      You second question : On the top you will find bundles of tabs, just go to Project > Your_Project_Name Properties > Application > Startup form: then select your welcome form.
      Please recommend our channel with your friends.

    • @dicla9370
      @dicla9370 7 ปีที่แล้ว +1

      Code And Coins thank you for you speedy reply...for the delete button i can now see the problem..in your code you wrote removecurrent but in the caption you didnt write it..there is a caption mistake pliz correct it..and once again thank you so much...i ll now be able to do finish my project..any can you give the code for displaying the infos by giving only the roll no. using find button

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Thanks for pointing mistake. It was happen because I just copy this code from SaveBnt button.

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      First create search button, then enter this code.
      Hope it will work
      Dim valToFind As String = RollNoTextBox.Text
      Dim pos As Integer = TableBindingSource.Find("RollNo", valToFind)
      TableBindingSource.Position = pos

    • @dicla9370
      @dicla9370 7 ปีที่แล้ว

      Code And Coins this code doent work..when i type in 5 in the textbix for roll no...it says "column rollno is constrained to be unique.value '5' is already present"... pliz help..if i can just get this right my project is almost complete

  • @hasanrazanaqvi6927
    @hasanrazanaqvi6927 7 ปีที่แล้ว +1

    for save data code does not work
    try
    (tableadaptermanager.updeall) when i types system tells name tableadaptermanager is not decleared. plz slove it

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Please share your problem on stackoverflow.com
      you will get a better solution on their

    • @hasanrazanaqvi6927
      @hasanrazanaqvi6927 7 ปีที่แล้ว

      mr.developer. dont waste our time if u have sloution then tell what is this first i sign up on your website its just wastge of time

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Can you please give me answer through this photo ibb.co/h5tuEb

    • @hasanrazanaqvi6927
      @hasanrazanaqvi6927 7 ปีที่แล้ว

      i have no tableadaptermanager dude... what can i do now?

    • @CodeAndCourse
      @CodeAndCourse  7 ปีที่แล้ว

      Re-watch this video and do this again from the begin.

  • @pinkcodermedia8374
    @pinkcodermedia8374 6 ปีที่แล้ว

    I wanted the oledb connection. Can u please make a vodeo in detail

  • @jaymarkgregorio4517
    @jaymarkgregorio4517 6 ปีที่แล้ว +1

    Can you plss make a login history?? and how does the time and datepicker works and save in access. Advance Thanks

    • @CodeAndCourse
      @CodeAndCourse  6 ปีที่แล้ว

      thank you for your suggestion

  • @habibul143
    @habibul143 7 ปีที่แล้ว +1

    Nice vedio bro.. I need to make application for my database please reply me

  • @charithrajamanthri9483
    @charithrajamanthri9483 6 ปีที่แล้ว

    what is StudentTableBindingSource?

  • @educationhub8241
    @educationhub8241 5 ปีที่แล้ว

    How to make quiz programe using 4 radio btn and over 20 questions use access database and connect database question and use in programme and scoring and next and previous btn in vb.net plzzzz detail

  • @rayshudu1308
    @rayshudu1308 3 ปีที่แล้ว

    I can't find details on my database on table

  • @pintumaurya3661
    @pintumaurya3661 5 ปีที่แล้ว

    Hii
    Data insert successful but access database base not show data

  • @kareng4120
    @kareng4120 6 ปีที่แล้ว +1

    Woow nice

  • @cricboyz7743
    @cricboyz7743 5 ปีที่แล้ว

    Love you

  • @gayjunealla8114
    @gayjunealla8114 4 ปีที่แล้ว

    The Data is not appear to my database sir. what should I do
    Thank you

  • @Pramit2000
    @Pramit2000 5 ปีที่แล้ว

    Brother why is this code not working
    This code inside GenderTextBox
    If male.Checked = True Then
    GenderTextBox.Text = male.Text
    ElseIf female.Checked = True Then
    GenderTextBox.Text = female.Text
    Else
    GenderTextBox.Text = ""
    End If

  • @bongominpeter4662
    @bongominpeter4662 4 ปีที่แล้ว

    can u please load a video for how to delete add and save data in the MySQL database thank you anywhere thanks for that wonderful tutorial

  • @poonamagarwal8229
    @poonamagarwal8229 6 ปีที่แล้ว

    Upper side Button package not comming sir please help me

  • @_PS_creaters
    @_PS_creaters 6 ปีที่แล้ว

    System.InvalidOperationException
    HResult=0x80131509
    Message=The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
    Source=System.Data

  • @ianart7
    @ianart7 6 ปีที่แล้ว +1

    nice tutorial. but how if i will connecting to the XAMPP MYSQL😂

  • @raghavendraari7797
    @raghavendraari7797 3 ปีที่แล้ว

    Upload database of finance management of customers

  • @rajeshkaley123
    @rajeshkaley123 3 ปีที่แล้ว

    An error occurred while performing the drop

  • @educationhub8241
    @educationhub8241 5 ปีที่แล้ว

    Complete video of visual studio plzzzzz

    • @CodeAndCourse
      @CodeAndCourse  5 ปีที่แล้ว

      Do you mean you wanna a video on visual studio's component and how to use them with a visual basic programming language.

  • @yashavanthachar8269
    @yashavanthachar8269 3 ปีที่แล้ว

    👍

  • @FMFT
    @FMFT 2 ปีที่แล้ว

    Download link?

  • @lidyadya795
    @lidyadya795 6 ปีที่แล้ว

    can i learn form vb.net 2012 from your vidio sir,, sorry my english bad

  • @aminelking4138
    @aminelking4138 6 ปีที่แล้ว

    Where is update button !

  • @mahamatyoussoufdjimet7186
    @mahamatyoussoufdjimet7186 7 ปีที่แล้ว

    Wanna see the starting point. And u showed from save-Data. Sorry!