Hi,
I need to select the Avatar from database. Its take long itme.. It is BLOB type..
This is the query,
select tab.userId,tab.avatar from UserTable;
Also i tried thru. hibernate. Is there any sophisticated way select BLOB type ?
Thanks.
I need to select the Avatar from database. Its take long itme.. It is BLOB type..
This is the query,
select tab.userId,tab.avatar from UserTable;
Also i tried thru. hibernate. Is there any sophisticated way select BLOB type ?
Thanks.