Thanks. I told you it was stupid. But not as stupid as it sounds. I had tried
stty -a to find out what the erase character was (reported ^?), and had tried
typing that as my backspace, but it didn't work.
Oh well, stty erase ^H does work.
Thanks again,
Rob
"Brett W. McCoy" wrote:
> On Tue,
Told you it was something stupid. Turns out I was using the wrong
Postgres ODBC driver. My MDK 7.2 installation had 2 things that looked
like the driver.
/usr/lib/libpsqlodbc.so
and
/usr/lib/libodbcpsql.so
The correct one seems to be libodbcpsql
I had tried both, and originally using libodbcp