problem with indexfieldnames

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luis_augusto
Posts: 43
Joined: Fri 14 Oct 2005 13:45

problem with indexfieldnames

Post by luis_augusto » Tue 20 Dec 2005 18:27

I used to define a complex indexfieldname by declaring the fields in the property as follow:

Filial;Centro de Custo

This was working fine until 3.55.2.20 version
Now I have to change to:

Filial;"Centro de Custo"

even if "QuoteNames Option" and "Quoted identifiers" are set on.

It is impossible to change all font codes because of this.
Please, check it and solve it. :?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 23 Dec 2005 10:38

Send us please script to create and fill Pessoal and ccusto tables.

Post Reply