Subject | Re: [firebird-support] charset and concat (||) |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2008-09-10T10:49:37Z |
Danny Garcia Hernandez escreveu:
Adriano
> Hi, i'm working with NONE charset database (RDB$DATABASE). The naturalWhy?
> language of data is spanish and the client, for example Marathon SQL,
> use ISO8859_1.
>
> I can query for all field in separted sentences:
>
> select tipo,direccion,numero,piso,puerta from direcciones OK
>
> But i can't do that:
>
Adriano