Hi all,
I'm learning Delphi and Interbase so please if someone know how to solve this problem.
I was migrate ms access database with interbase datapump 3.4
But now when i create query in interbase I need to put enclose fields with quotes.
Select
"AccCode_ID","AccCode_No"
from
AccCode
So each field in query mast be enclosed with ".
I'm using dialect 3.
Is any way to convert database, so that fields be come "normal" , without double quotes (“) ?
Or is another way to import Ms Access data base ?
Thanks
Fule
I'm learning Delphi and Interbase so please if someone know how to solve this problem.
I was migrate ms access database with interbase datapump 3.4
But now when i create query in interbase I need to put enclose fields with quotes.
Select
"AccCode_ID","AccCode_No"
from
AccCode
So each field in query mast be enclosed with ".
I'm using dialect 3.
Is any way to convert database, so that fields be come "normal" , without double quotes (“) ?
Or is another way to import Ms Access data base ?
Thanks
Fule