PostgreSQL and ECPG

dabuddha

Lifer
Apr 10, 2000
19,579
17
81
I have a question about columns of type TEXT. In ECPG, how can I find out how big a particular record's TEXT value is in order to create a character array that will be big enough to store it.

TIA :)