Subject | Re: [IBO] IB_Row.AsWideString?? Not Implemented?? |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-01-21T21:41:18Z |
Hi Allen,
the other AsWhatever props.
So if you have a row ARow, you can access
ARow.ByName( 'MyFieldName' ).AsWideString
Or starting with a dataset (query, cursor, ...)
MyDataset.FieldByName( 'MyFieldName' ).AsWideString
Greetings,
Paul Vinkenoog
> I need to store WideString data, but these methods are notAsWideString is a property of TIB_Column, not of TIB_Row, just like
> implemented in my 4.3Aa version. I thought I saw someone mention
> earlier that they were using .AsWideString. What's Up??
the other AsWhatever props.
So if you have a row ARow, you can access
ARow.ByName( 'MyFieldName' ).AsWideString
Or starting with a dataset (query, cursor, ...)
MyDataset.FieldByName( 'MyFieldName' ).AsWideString
Greetings,
Paul Vinkenoog