Subject | Re:DatabaseMetaData |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-04-24T09:25:52Z |
> Sorry, because Sybase PowerBuilder shown Table with a dot infront ofDid you solve the problem or not? I'm pretty sure that
> table. example :-
>
> .my_customer_table
>
> instead of :-
> my_customer_table
>
> and cause the Sybase PowerBuilder not able to generate SQL statement
> out.
DatabaseMetaData does not add "." before the table name. This can be a
problem in PowerBuilder, when it tries to construct a name as
"SCHEMA.TABLE", but schemas and catalogs are always NULL (they are not
supported by Firebird).
Best regards,
Roman Rokytskyy