Hello,Does anyone knows the proper way to test Advantage ODBC from windows powershell???I tried below:$connection = New-Object System.Data.Odbc.OdbcConnection("DSN=TestConnection") $connection.Open()But Im getting this error:Exception calling "Open" ...