Some years ago I found that the BDE would not read SQL Server binary fields, which it seems you have too.
You could try using ADO instead of BDE (which, if practical, I would recommend anyway).
You could convert to varchar or text (memo) in the select statement which is presumably what you are exploring. #13 would in the source would not be a problem. #0 might be though.
Good luck
Simon