Subject Re: quotes in object names dialect 3
Author feddkraft
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:

> > before this i've escaped double quotes around all column names
like
> > this
> >
> > String q = "select \"met\".\"id\", \"iddt\"......... etc
>
> Please post fully quoted query here, I suspect that you missed some
> quotes there.

yes thank you Roman you were right, i've missed something before -
because when i added double quotes again (and _rebuilt_ everything)
it worked... :)

no bug in the driver.

and thank you for the advice about views.

F.