in reply to Re^4: dbd odbc sql big file blues
in thread dbd odbc sql big file blues

So in order to avoid spending money on a driver (although I did try the easysoft driver and it worked well), I wrote a c# script to update the column of my table which held the actual binary data from the files which I wanted to insert. So, although I now have to ftp the files to a windows box and then insert and delete them there, it works. There is a great example on how to do the c# udate on the web elsewhere.