Board index » delphi » BDE PX SQL for widening string field

BDE PX SQL for widening string field

Is there an Alter Table command that will widen a string column from 20 to
40, for example?
 

Re:BDE PX SQL for widening string field


No. The only way to change the size of an existing column is to use
the BDE API function DbiDoRestructure. See the examples at
www.borland.com/devsupport/bde/bdeapiex .

On Tue, 25 Jun 2002 13:03:56 -0600, "Tom" <tom @ nospam canby.com>
wrote:

Quote
>Is there an Alter Table command that will widen a string column from 20 to
>40, for example?

--
Bill (TeamB)
(TeamB cannot respond to questions received via email)

Re:BDE PX SQL for widening string field


look at the examples of DbiDoRestructure
http://info.borland.com/devsupport/bde/bdeapiex/dbidorestructure.html

example 3

heiko

Quote
> Is there an Alter Table command that will widen a string column from 20 to
> 40, for example?

Other Threads