Board index » delphi » ask: Oracle Memo fields and Delphi TMemo component
Kathy Frisk
![]() Delphi Developer |
Tue, 29 Jun 2004 01:57:54 GMT
ask: Oracle Memo fields and Delphi TMemo component
Hello,
I'm trying to <b>insert</b> and <b>extract</b> data from an Oracle8i memo field into a delphi Tmemo component. I tried to put 'AsMemo' on the end of the statement but received this error: --------------------------------------------------------------------------- Statement: TMemo.Lines := Query1.Fields[26].AsMemo; Error: Then this: Statement: Error: --------------------------------------------------------------------------- My instinct is that I need to know how many lines are in the oracle db memo -- |