ERROR: unterminated quoted string... help

From: Postgres Admin <postgres(at)productivitymedia(dot)com>
To: pgsql-php(at)postgresql(dot)org
Cc: Sql-Postgre <pgsql-sql(at)postgresql(dot)org>
Subject: ERROR: unterminated quoted string... help
Date: 2005-05-17 18:15:53
Message-ID: 428A34D9.5000700@productivitymedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php pgsql-sql

Hi

I'm trying to insert encrypted data into the database and I'm noticing
error dealing with quotes. Below is the error print out...

suggestions and/or at least point me in the direction to find a solution,

Thanks,
J

INSERT INTO sample.users (user_name, first_name) VALUES
('jokers', '=ïµiF!¶6(ÖŸã¾óˆÌ‘'-Iw‰iDÖiJÐÿ† %')

Warning: pg_query() [function.pg-query]: Query failed: ERROR:
unterminated quoted string at or near "'=ïµi" at character 68 in
/usr/local/apache2/htdocs/php/5/Theirry_DB.php on line 162

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Scott Marlowe 2005-05-17 18:27:12 Re: ERROR: unterminated quoted string... help
Previous Message Ragnar Hafstað 2005-05-17 18:12:19 Re: Does Postgresql have a similar pseudo-column "ROWNUM" as

Browse pgsql-sql by date

  From Date Subject
Next Message Jay Parker 2005-05-17 18:20:09 Re: triggering an external action
Previous Message Ragnar Hafstað 2005-05-17 18:12:19 Re: Does Postgresql have a similar pseudo-column "ROWNUM" as