Spaces in Tablename/Fieldnames ... problems
Hi,
I have a legacy db structure that has been converted from MSACCES to
Firebird 1.5. The db is using Dialect 3.
An example table structure might be
Tablename = Accident Claim
Client No varchar 10
Amount Currency
I am using KBMMW (a great set of n-tier delphi components) and the
ascociated DADE. Whilst getting the table names from the db KBMMW is trying
to present the tablenames inside double quotes ... but ReportBulder is
rejecting this. Is there a property I need to set that will enable RB to
accept Quotes ? If not how do I get round this problem ?
Thanks
Paul Newman
(ps Sorry for the double posting this is the first time I've used this
newsgroup ... I bought RB less than a week ago )
I have a legacy db structure that has been converted from MSACCES to
Firebird 1.5. The db is using Dialect 3.
An example table structure might be
Tablename = Accident Claim
Client No varchar 10
Amount Currency
I am using KBMMW (a great set of n-tier delphi components) and the
ascociated DADE. Whilst getting the table names from the db KBMMW is trying
to present the tablenames inside double quotes ... but ReportBulder is
rejecting this. Is there a property I need to set that will enable RB to
accept Quotes ? If not how do I get round this problem ?
Thanks
Paul Newman
(ps Sorry for the double posting this is the first time I've used this
newsgroup ... I bought RB less than a week ago )
This discussion has been closed.
Comments
Paul Newman