I'll take the "anything is possible" but the effort is great. You want to use the "raw" record which is a binary rep. The issue is that it only holds either 16k or 32k (I can't remember) so you will have to split the file and keep track of it in code. Ie multiple raw fields will be needed for larger files.
Raw is a datatype available for a field, so you define your table as having some key fields (so that you can re-retrieve the data!) and the RAW field to store the binary data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.