We are using CLOB field in an Oracle DB to save strings (through an SQLDataSource). We declare them on datasource as texts, as you don't offer a better option.
When saving strings over 4000 chars, we reach the limit of whats possible in a regular SQL statement, and can't save it.
Do we have any other option in order to declare and save it?
(Specifically, what we're saving is the viewState from the ListGrid)
Cheers,
Eyal.
When saving strings over 4000 chars, we reach the limit of whats possible in a regular SQL statement, and can't save it.
Do we have any other option in order to declare and save it?
(Specifically, what we're saving is the viewState from the ListGrid)
Cheers,
Eyal.
Comment