Subject Re:DatabaseMetaData
Author Roman Rokytskyy
> Sorry, because Sybase PowerBuilder shown Table with a dot infront of
> table. example :-
>
> .my_customer_table
>
> instead of :-
> my_customer_table
>
> and cause the Sybase PowerBuilder not able to generate SQL statement
> out.

Did you solve the problem or not? I'm pretty sure that
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