This is a simple weblog which explains how text files can be inserted into MaxDB database instances. Although this is a simple operation but it is a mandatory and most required feature for any Database server. MySQL server has special datatypes like blob to store the file contents, but like MaxDB uses the existing datatypes like LONG, VARCHAR to store the same, with a slight modification. The modification is nothing but setting the code type as BYTE.