By the way, I should point out that I *can* get it to work by adding:

    [mysqld]
    ansi

Or:
    [mysqld]
    sql_mode=PIPES_AS_CONCAT

But this is not what I want, since I'm going to be hosting this app
where I won't have access to the server config. I need to be able to set
it on a per session (or client) basis as the documentation indicates.

Again, any help would be appreciated.

--Matt

On Sat, 17 Jan 2004 [EMAIL PROTECTED] wrote:

>...
>
>Okay, fair enough. My app needs ANSI (or at least PIPES_AS_CONCAT). So
>here I go...
>
>...

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to