Oracle & Delphi

adek

Member
In Delphi6 in TOracleDataSet. I wont to select one Column(VARCHAR2 500) and I'm geting in the grid field- Memo, but I need string, If change Column(VARCHAR2 250)I'm geting String and everything is ok.

Thanks for help

------------------
Adek
 
You can set TOracleSession.Preferences.MaxStringFieldSize to 500 or higher.

------------------
Marco Kalter
Allround Automations
 
Back
Top