querry readAllBytes OK #4
This commit is contained in:
parent
36991016ba
commit
975cedb690
@ -80,7 +80,7 @@ public class QueryGenerator {
|
|||||||
|
|
||||||
Connection conn = connect();
|
Connection conn = connect();
|
||||||
PreparedStatement pst = conn.prepareStatement(query);
|
PreparedStatement pst = conn.prepareStatement(query);
|
||||||
pst.setBinaryStream(1, objectIS);
|
pst.setBinaryStream(4, objectIS);
|
||||||
pst.executeUpdate();
|
pst.executeUpdate();
|
||||||
|
|
||||||
return query;
|
return query;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user