ODBC Connection String Troubleshooting Guide
Provider=MSDASQL;Password=password;Persist Security Info=True;User ID=postgres;Extended Properties=”Driver={PostgreSQL UNICODE};Server=127.0.0.1;Port=5432;Database=postgres;” This is a typical Connection String for PostgresQL and this guide will use it as the sample but the concept of this guide can be extended to other ODBC database. You may encounter error here and there in Connection String while installing or customizing database. Below are some steps […]