Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does Uniface handle large text fields in DBMSs that don support it?

0
Posted

How does Uniface handle large text fields in DBMSs that don support it?

0

Uniface handles text fields of “unlimited” length by using overflow tables. In the base entity containing the long text field, Uniface stores the beginning part of the field. In the overflow table, Uniface breaks the remaining text into a series of records. The existence of this overflow table is completely transparent to any development processing. When a record is read from the base entity, Uniface automatically goes to the overflow table, retrieves all the related records, and chains the long text field back together. Similarly, upon update, Uniface does the reverse, breaking the record into pieces. The processing required to manage long text fields is totally hidden, therefore. Points for consideration The name of the overflow table is always the name of the base table with an O prefix. When examining the tables accessed by your application in the database, do not be surprised by extra tables with names beginning with O. Depending upon the data type selected in Uniface, the physica

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123