Subject | Re: Error during conversion - II |
---|---|
Author | sanjayamatya |
Post date | 2002-04-13T04:03:25Z |
Works like a charm with ISQL. Doesn't work with IBAccess. Any better
freeware Front-end for Firebird?
Thanks Marcelo!
--- In IB-Conversions@y..., Marcelo Lopez Ruiz <marcelo.lopezruiz@x>
wrote:
freeware Front-end for Firebird?
Thanks Marcelo!
--- In IB-Conversions@y..., Marcelo Lopez Ruiz <marcelo.lopezruiz@x>
wrote:
> I don't have much time to look at the logs right now, but forthe 'table
> not found' syndrome, the best thing to do is check whether you usedthem
> quoted identifiers (the default). If you did, then you have to use
> again, eg.code.
>
> SELECT * FROM "MyTable" /* this is case-sensitive when in quotes */
>
> Personally, I prefer underscores - makes for much more portable
>many
> To everyone: should I change the default? You just don't know how
> times I've seen this...looking
>
> If this doesn't work, just let me know and I'll spend some time
> into it.trying
>
> Regards,
>
> Marcelo
>
> sanjayamatya wrote:
>
> >A simple database got converted to gdb fine. But could access only
> >one of the tables using commaand "select * from tblAAA". While
> >to execute this command for other tables produced following error:
> >
> >Dynamic SQL Error
> >- SQL Error code = -204
> >- Table Unknown
> >- tblAAA
> >- At line 1, column 15
> >
> >Ideas?
> >