
I am a Windows user, thus we can find the ODBC admin panel to manage the data source. Previously, ODBC Administrator was present in the Control Panel. Now we can find the Administrative Tools folder.I can quickly add new data sources, edit old ones, and delete them.It's incredibly helpful to me as a DBA in PostgreSQL Review collected by and hosted on G2.com.
Sometimes I can't index text fields because I get "Invalid field definition 'field'" in the index or relationship definition.
We can alter the mapping of Text fields to SQL_VARCHAR by unchecking the Advanced driver option "Text as LongVarchar" in the Data Type Options. However, it will be limited to the maximum size of a varchar. So it's frustrating sometimes. Review collected by and hosted on G2.com.

