processing a paradox field using function


2005-02-04 02:56:30 AM
delphi258
Hello
If I have field 'french' which is populated (~84 000 records) in my
paradox 7 table delphi5 and I have also created a field 'frenchUTF'
which is currently empty, how would I use a function RVEncodeWidestriing
to popluate field 'frenchUTF' using field 'french' as the source and
field 'frenchUTF' as the target.
eg
field.'french'.[bonjour]>>>
field.'frenchUTF'.[0062006F006E006A006F00750072]
and do this for all 84000 entries.
ay hellp is appreciated
Richard