Dear Sir/Madam,
I am using postgresql our java application. In that when I want to insert largeobject 
like this
LargeObjectManager lo = ((org.postgresql.Connection)conn).getLargeObjectAPI();
InputStream is = rs.getBinaryStream();
but it gives me compilation error:
cannot resolve symbol
symbol  : method getBinaryInputStream  ()

Regards
Swati 


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to