[web2py] Re: Saving to database random type data

2017-06-05 Thread Anthony
Rather than just having a "blob" field, you might instead want an "upload" field along with an associated "blob" field. The .store() and .retrieve() methods (which are documented here ), operate on

[web2py] Re: Saving to database random type data

2017-05-07 Thread Scorpa
Any suggestions, anyone ? How to extract data from BLOB ? среда, 3 мая 2017 г., 22:02:12 UTC+3 пользователь Scorpa написал: > > Hello folks ! > > I have database that's have BLOB type to store any kind of data (it's > should be binary ?): > > Field('f_blob', type='blob', > label=T('blob