Board index » delphi » altering the table language of an existing table

altering the table language of an existing table

Hi all,

Is there a way to programatically alter an existing table's table language ?

Regards,

Kjeld

 

Re:altering the table language of an existing table


No, you must re-create it.
Quote
Kjeld Loozen wrote:
> Hi all,

> Is there a way to programatically alter an existing table's table language ?

> Regards,

> Kjeld

Re:altering the table language of an existing table


Quote
> Is there a way to programatically alter an existing table's table language ?

If You are asking about Paradox tables, then, yes, use dbiDoRestructure
procedure. See
http://www.borland.com/devsupport/bde/bdeapiex/dbidorestructure.html for
example.

Gert

Re:altering the table language of an existing table


Here is some sample Delphi code for changing the language driver on a
Paradox table using the BDE:
http://bdesupport.com/faq.htm#changelanguage

Vinnie Murdico
The BDE Support Page
http://www.bdesupport.com

Other Threads