on 5/31/03 11:14, Wonder Fef at wonderfef /at/ noos .D.OT fr wrote:
> > Hello all, > > I have some varchar and text fields in my database. > I now need to set the language of these fields to French. > > The ALTER command seems to only allow the dropping or the creating of > fields. > > How could I do?
Hi Wonder,
Look into V4RBRef.pdf class VVarChar and Vtext.
Both this classes have function SetLanguage()
So you need code as
fld.SetLanguage( "French" )
Where fld is of VVarChar type.
-- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina -------------------------------------------------------------
_______________________________________________ Valentina mailing list Valentina /at/ lists .D.OT macserve.net http://lists.macserve.net/mailman/listinfo/valentina
©2003 Ruslan Zasukhin |