Large objects (LOBs) considerations
Use LOBs with IBM i Access ODBC to store and access large text documents.
- Large objects (LOBs):
- Large object (LOB) data types allow applications to store large data objects as strings. The ODBC driver can access LOBs that are up to 2 GB in size.
- DataLinks:
- DataLink data types allow you to store many types of data in a
database. Data is stored as a uniform resource locator (URL). The
URL points to an object, which might be an image file, sound file,
text file, and so forth.
- For more information on DataLinks:
- See the Using DataLinks topic under the Processing special data types heading in the SQL Programming Concepts topic in IBM Documentation.