How to Use Streamlit with Microsoft Access

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

КОМЕНТАРІ •

  • @seanmackenziedataengineering
    @seanmackenziedataengineering  2 місяці тому +1

    Make sure to check out the next episode *Web Data Entry with MS Access* ua-cam.com/video/UL1HMkWafpQ/v-deo.html and the details on how to extend it onto the web: ua-cam.com/video/K1b5ju08XBg/v-deo.html

  • @mikeaxworthy
    @mikeaxworthy 25 днів тому +1

    Great video Sean. If I could get this up and running, it would be so cool. Unfortunately I was not able to get it to work. I think it all starts from having Microsoft 365 32-bit which required me to install older versions of the libraries. From all my searchings for solutions to the errors (Python is all new to me), I think I saw somewhere that Streamlit (except for older versions) is not designed for 32-bit. I have 64-bit Microsoft 365 on my laptop and may start again there and see how far I get.

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  24 дні тому

      Yeah, you will need to install the version of the MS Access "runtime" that works with Streamlit. That installs the required ODBC/OLE drivers needed to work remotely with Access like this. It may or may not conflict with whatever version of Office you're currently running. Actually I didn't know that about Streamlit, so thanks for sharing that with everyone.

    • @mikeaxworthy
      @mikeaxworthy 24 дні тому +1

      @@seanmackenziedataengineering Sean, I went on a box that had neither 64-bit or 32-bit Office on it. Started with the Access Database Engine for 64-bit, continued with Python 64-bit and the rest of the installs all worked flawlessly. I've got my database showing up in the web browser. Now onto your next videos on this topic. Thank you so much for putting up these videos!

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  23 дні тому

      @@mikeaxworthy Nice! Good work :wrench:

  • @wowjunjun
    @wowjunjun 2 місяці тому +1

    Thank you so much for the video! it is changing my life, I am learning a new skill and I love it.
    Sir, cold you please upload the access file from this video so I can download and use it?thank you again!!!

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  2 місяці тому

      I'm glad it worked for you! Check back later today for these files at mackenziemackenzie.com/downloads

  • @SAMYTAHER
    @SAMYTAHER 2 місяці тому +1

    Great, excellent

  • @HRazaJ
    @HRazaJ 2 місяці тому +1

    thank you very much sir for this share

  • @Chowchow_t
    @Chowchow_t 2 місяці тому +1

    🎉 love it! This is localhost tho, wondering if this can be published to the outside world while data is real time?

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  2 місяці тому +1

      You can easily publish this to the outside world, or just on your LAN, and many people can use it at the same time. There are some methods but you might check out ngrok that will give you an app address on the web connected to your localhost 8501. I will demonstrate this on a future episode. Very slick.

    • @Chowchow_t
      @Chowchow_t 2 місяці тому

      @@seanmackenziedataengineering "ngrok" noted!! i will check it out. Thanks!!

  • @agbedometi5940
    @agbedometi5940 2 місяці тому +1

    Hello Prof, thank you for your videos. Please I would like to ask for some information. Why app access We can't get to the hostel. Thanks for replying.

  • @simonmaersk
    @simonmaersk 2 місяці тому +1

    This is cool, thanks for sharing! I have a few questions; If your Access database file has a password, how do you handle that?
    Second question; is it possible to use this to create web forms where users can add and edit data? We have an ERP system that is all Access based, but it would be cool if I could create a web app that allows our suppliers to login and update their information in our system so we don't have to.

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  2 місяці тому +1

      Glad you liked it! You can put the password in the connection string as a key value pair maybe after "DBQ=" + access_db + ";PWD=ABC123"
      For your second question, you absolutely can have forms where users can do data entry and edit data. I'll be demonstrating exactly that in the next few videos in this series. Stay tuned!

    • @simonmaersk
      @simonmaersk 2 місяці тому

      @@seanmackenziedataengineering Awesome, looking forward to the next wideos!

    • @akokohjoel9854
      @akokohjoel9854 2 місяці тому

      I am looking for to it too

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  2 місяці тому

      @@akokohjoel9854 See today's video ua-cam.com/video/UL1HMkWafpQ/v-deo.html

  • @ayeikh1867
    @ayeikh1867 2 місяці тому +1

    good work
    i will try it
    but can i run this code and my access file is still open?