Fixed Download Microsoft Jet Oledb 4.0 – Validated

The fluorescent lights of the office had flickered off an hour ago, leaving Leo illuminated only by the aggressive glow of his dual monitors. It was 11:47 PM on a Friday. On his desk sat an empty family-sized bag of salt-and-vinegar chips and a cold cup of coffee.

$conn = New-Object System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Windows\system32\empty.mdb;") try $conn.Open() Write-Host "Jet OLEDB 4.0 is working." -ForegroundColor Green $conn.Close() catch Write-Host "Jet OLEDB 4.0 is NOT available." -ForegroundColor Red Write-Host $_.Exception.Message download microsoft jet oledb 4.0

(Note: The empty.mdb file doesn't need to exist – we're just testing provider registration.) The fluorescent lights of the office had flickered

Users often see this error on 64-bit machines because there is no 64-bit version download microsoft jet oledb 4.0