Thread: Special Characters

Special Characters

From
Robert Hiltibidal
Date:
Howdy,

I ran into a problem with special characters and postgres. I am importing
data into a postgres database in three different ways...

Access97 ODBC
perl
pascal (FPK)

If I do a select query on a field that has a special character and I'm
displaying that value in a webform I want to be ableto take that value when
its submitted and enter it in its entirety into an insert query, regardless
of whether or not it has a special character in it. 

What are the methods to accomplish this? How does the ODBC driver do this?

Thanks,
-Rob