Thread: Exporting data from MSAccess to PostgreSQL

Exporting data from MSAccess to PostgreSQL

From
"Mihai Gheorghiu"
Date:
When exporting a null MSAccess field into PG using the ODBC driver, the
result is the empty string (not "null").
Is there an easy way to fix this (like an option in the driver), or should
one write some code (in MSA or PG) to figure that out?