Using PB 12.5.2 classic build 5652,
I have created a datastore dynamically without any graphic dwobject like columns, etc.
Then data was successfully imported in using an ImportString.
Afterward, I wanted to serialize its content using a GetFullstate but the result is somewhat unusual :
- The returned value of the GetFullState returns the exact number of rows initially imported into the datastore indicating that everything goes fine, BUT
- The specified blob variable is not set at all !
Did you have already faced such situation and how did you solve the issue ?
Add comment