A adek Member Nov 22, 2001 #1 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
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
Marco Kalter Administrator Staff member Nov 23, 2001 #1 You can set TOracleSession.Preferences.MaxStringFieldSize to 500 or higher. ------------------ Marco Kalter Allround Automations
You can set TOracleSession.Preferences.MaxStringFieldSize to 500 or higher. ------------------ Marco Kalter Allround Automations