Windows PowerShell Advanced Chapter 01 - Working with Databases

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

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

    After watching/reading at least a dozen videos and articles about using PS to connect to a DB, this one finally made it stick. A really good, simple, thorough walkthrough of the process.

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

    The Lab Guide for this video is available here: sapien.s3.amazonaws.com/video/Advanced_Lab_Guide.pdf

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

    I received the error message:
    "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered
    on the local machine."
    upon executing the statement:
    $conn.connectionstring = ....
    SWould appreciate any tips, advice or pointers to make it work.
    I have Office 2007 (Access 2007) installed and working fine on my PC.

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

      Apologies for missing this one! Both provider 32/64 versions may need to be installed to clear the issue. Check the following blog post for more information: datasavvy.me/2017/07/20/installing-the-microsoft-ace-oledb-12-0-provider-for-both-64-bit-and-32-bit-processing/

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

    [reflection.assembly]::LoadWithPartialname("MySQL.Data") not work
    use
    Add-Type -Path 'Folder\MySQL.Data.dll'

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

    .