Subject Re: [IBO] TIBOTable and field names that require quoting.
Author Helen Borrie
At 10:43 PM 27/09/2006, you wrote:

> > 2. The other half of the problem is that parameter names are
> > actually Delphi identifiers. For that reason, you cannot have
>quotes
> > or spaces in the identifiers.
> >
>
>This is news to me. Did you mean SQL identifiers?

No, I meant Delphi identifiers. You can't for example, define a
variable, a constant or an object with the name My Dog, or "My
Dog". Likewise, a parameter has to have a legal Delphi identifier
for its name. (A named parameter is a Delphi thing, not a Fb/IB
thing. Hence why you see a ? in the statement that goes to the API,
with the parameter name commented)

HB