Jeanie Schwenk wrote:
Thank you for your post Dave. To answer your questions, the encoding
is SQL_ASCII. Here are the database and table definitions as well as
the table's contents:
CREATE DATABASE "Scrip"
WITH OWNER = postgres
ENCODING = 'SQL_ASCII'
TABLESPACE = pg_default;
Derrick,
Thank you for your input. I tried that, however, ir made no difference.
What I did try though was drop the database, close the application, restart
and then start from scratch following the same steps I did the first time
(setting everything up via the interface). The problem is gone
Jeanie Schwenk wrote:
Derrick,
Thank you for your input. I tried that, however, ir made no difference.
What I did try though was drop the database, close the application,
restart and then start from scratch following the same steps I did the
first time (setting everything up via the interfa