How to Use vbScript to Open and Work with Data in Access accdb Files - Late Binding Example

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

КОМЕНТАРІ • 23

  • @xavierbatlle1828
    @xavierbatlle1828 11 місяців тому +1

    Very interesting and useful for sheduled tasks! 😉

  • @asus12351
    @asus12351 Рік тому +1

    WHAAAAAAATT!!!! I wish I had known about this sooner man that is cool Brewster !

  • @miles6875
    @miles6875 Рік тому +1

    Sean, so this is the awesomeness you were referring to on your discord. Thank you!

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  Рік тому +1

      Yes, it is a pretty cool technique - if you work with Windows, you can do just about anything, on any version because vbScript is supported everywhere!

  • @srinivasavaradhan2312
    @srinivasavaradhan2312 Рік тому +1

    This is such an excellent video , Thanks Sean

  • @bumpersmith
    @bumpersmith 2 роки тому +3

    Definitely would like to see some more extensive vbScript working with Access. An example might be setting up a new specified directory and copying a downloaded FE and BE database into the newly created directory. Then relinking the FE to the BE
    Like I said before, GOOD topics for Access on this channel.

  • @jerzykepinski
    @jerzykepinski Рік тому +1

    Fantastic!

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

    This is great, I am interested in the scheduling part you mention. Is this the windows task scheduler or an access based scheduler?

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

      For sure, the Windows scheduler will do the best job. I found that the best way is to call the vbs script file in the scheduler using a .bat or .cmd (or powershell) file. Not always necessary, but sometimes helps. Just a single line with the name of the script in it. I'll add that to my upcoming videos!

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

    I wonder if VBScript can be used for Power BI?

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

      For programming languages, I think only Python and R are supported in Power BI. M and DAX are supported for query/data transformation purposes. However, you can do a great deal of data prep in vbScript outside of PBI before the data is consumed; for example, updating a table with new figures just before PBI auto-refreshes the published version of a report.

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

    Good stuff!!! Could vbScript be used to check for updated FE?

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

    Really it is cool, thanks so much.

  • @xavierbatlle1828
    @xavierbatlle1828 11 місяців тому +1

    Unfortunately vbs has been deprecated.

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  11 місяців тому

      Thanks for sharing! What do you think about that?

    • @xavierbatlle1828
      @xavierbatlle1828 11 місяців тому

      @@seanmackenziedataengineering To tell you the truth, I use vbscript and powershell and it's not a big issue vbscript deprecation. Furthermore we can use it for years before it dissapears.