Copying data using APIs
If you want to copy database file members to a stream file in an application, you can use the integrated file system open(), read(), and write() functions to open a member, read data from it, and write data to it or another file.
Parent topic:
Copying data between stream files and database files
Related information
open()--Open File API
read()--Read from Descriptor API
write()--Write to Descriptor API
Integrated file system APIs