Use Oracle Instant Client

Download Oracle Instant Client: https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html Unzip the file after download, then add the instant client folder to the system path. To use the instant client to connect to Oracle database, you need to create a tnsnames.ora ... Read more

Batch import RTF files into SQLite BLOB without programming

Want to batch import RTF (Rich Text Format) documents into SQLite CLOB (TEXT, NTEXT) or BLOB column? Using DBBlobEditor, you can import bulk rtf files into SQLite CLOB (TEXT, NTEXT) or BLOB easily and fast, just a few mouse clicks. Download DBBlobEditor Batch import RTF documents to SQLite CLOB ... Read more

Batch import RTF files into PostgreSQL BYTEA (BLOB) without programming

Want to batch import RTF (Rich Text Format) documents into PostgreSQL TEXT (CLOB) or BYTEA (BLOB) column? Using PGLobEditor, you can import bulk rtf files into PostgreSQL TEXT (CLOB) or BYTEA (BLOB) easily and fast, just a few mouse clicks. Here you can download and install PGLobEditor. Batch ... Read more

Batch import RTF files into SQL Server [IMAGE, VARBINARY(MAX)] (BLOB) without programming

Want to batch import RTF (Rich Text Format) documents into SQL Server [TEXT, NTEXT, VARCHAR(MAX), NVARCHAR(MAX)] (CLOB) or [IMAGE, VARBINARY(MAX)] (BLOB) column? Using SqlLobEditor, you can import bulk rtf files into SQL Server [TEXT, NTEXT, VARCHAR(MAX), NVARCHAR(MAX)] (CLOB) or [IMAGE, ... Read more