I need to set the language driver to Paradox 'ascii' on a Pdx 4 table created from a
Pdx 5 table (using transferData). The Pdx 5 table has language driver 'ascii' ANSI
I can manually Restructure->Language Driver->Paradox 'ascii' and save the table.
However, using this code the language driver is not set:
tbl.attach ("NMaster4.db"
dynNewLD["LANGDRIVER"] = "ASCII"
tbl.restructure(dynNewLD)
No errors are reported and if I add
dynNewLD["saveas"] = "testing"
I do get a table named testing, so I am assuming my restructure command is okay.
My BDE shows that Paradox 'ascii' is the langdriver for Paradox. Any new table I create defaults to Paradox 'ascii' for the language driver. Running sysInfo
shows LanguageDriver ascii.
Any ideas?
Victoria
Pdx 5 table (using transferData). The Pdx 5 table has language driver 'ascii' ANSI
I can manually Restructure->Language Driver->Paradox 'ascii' and save the table.
However, using this code the language driver is not set:
tbl.attach ("NMaster4.db"
dynNewLD["LANGDRIVER"] = "ASCII"
tbl.restructure(dynNewLD)
No errors are reported and if I add
dynNewLD["saveas"] = "testing"
I do get a table named testing, so I am assuming my restructure command is okay.
My BDE shows that Paradox 'ascii' is the langdriver for Paradox. Any new table I create defaults to Paradox 'ascii' for the language driver. Running sysInfo
shows LanguageDriver ascii.
Any ideas?
Victoria