Subject Re: [IBO] String parsing issue with TableName setting
Author Robert Martin
> Correctly! an "empty string" is still a string. As it's parsed as an illegal string for the name of a table, IBO obligingly double-quotes it for you, to try to make it legal.
>
> AFAIK, the value you really want is Nil. No quotes - Nil in Pascal is kinda like a null in SQL.
>
> Helen
>
>
>

Hi.

As Mason said, you cant set a table name to nil in Delphi. Anyway the
issue is a component property one not an SQL issue, unset string
properties are 'empty string' in Delphi and should not be parsed to a
non empty string ("").

Cheers
Rob