From: Georg Cantor Date: April 30 1999 11:21pm Subject: export of blobs in MySQL dump List-Archive: http://lists.mysql.com/mysql/2713 Message-Id: <4.1.19990430222034.00a5cba0@mail.globalnet.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" The MySQL manual states that LOAD DATA INFILE, SELECT DATA INFILE do not support blobs, but the exportSQL library, for use with MS Access, appeared able to export Access graphic blobs. Does that require alternate escape sequences and delimiters? Will the attempt to load the data into Access or vice versa be problematic? Will it break down later?