>   wri_
>   te("el perro de san roque no tiene_
>       rabo")

A lo mejor es perra...

Anyway, not sure if you can do wri_ te... I thought it was only for
string constants.

> query := __verbatim_to_string$
>
>       SELECT
>         f1,
>         f2,
>         f3,
>         f4
>       FROM
>          table1,
>          table2
>       WHERE
>          table1.id = table2.id $


Or C# style:

query:=@'
       SELECT
         f1,
         f2,
         f3,
         f4
       FROM
          table1,
          table2
       WHERE
          table1.id = table2.id'



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to