Board index » delphi » tibdataset.fieldbyname('').Asstring
Cristina
![]() Delphi Developer |
Sat, 14 Feb 2004 10:26:16 GMT
|
Cristina
![]() Delphi Developer |
Sat, 14 Feb 2004 10:26:16 GMT
|
Team
![]() Delphi Developer |
Sat, 14 Feb 2004 10:28:28 GMT
|
1. table1.fieldbyname('memo').asstring
2. TIBSQL stayed prepared and FieldByName('FieldX').AsString
3. Choosing Dataset['FieldName'] or Dataset.FieldByName('FieldName').AsString
4. With BDE 5.0 TStringField.AsString returns '??????????????????????????????'
5. Table1.FieldByName('x').DisplayFormat runtime problem.
6. copytoclipboard from fieldbyname('memo')
7. FieldByName('blahblah').Value for different field types
9. MEMORY LEAK BUG: FieldByName (AsString) for fieldtype: ftMemo;
10. TIBQuery.ParamByName('field').AsString:='' becomes NULL on server?