Hello All, a bit newb question: in my DB I've got a table with a binary field. I'd like to fetch not that whole field in a request, but rather part of it, preferably using ODBC. Is it at all possible? I'm using PostgreSQL 8.3 - in case a solution exists for that specific DBMS. Thanks.
Getting data part-by-part seems to be possible with SQLGetData function, but I'd also like to just skip a part of the blob, without loading it. So the question can be formulated as follows: is it possible to skip some bytes when reading a blob by SQLGetData?