Hi,
I am trying to download image/blob data from MS SQL Server to Solaris via Merant ODBC.
I first connected and allocated statement handle. Then called
ret = SQLExecDirect(hstmt,"select blob from MyTbl where id = 1",SQL_NTS);
(ret = SQL_SUCCESS returned).
I then do SQLFetch()...
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.