Lines 4804-4810
Link Here
|
4804 |
CALL_OCI_RETURN(connection->error, OCICollAppend( |
4804 |
CALL_OCI_RETURN(connection->error, OCICollAppend( |
4805 |
connection->session->pEnv, |
4805 |
connection->session->pEnv, |
4806 |
connection->pError, |
4806 |
connection->pError, |
4807 |
(dword *)0, |
4807 |
(dvoid *)0, /* (dword *)0, */ |
4808 |
&null_ind, |
4808 |
&null_ind, |
4809 |
coll->coll)); |
4809 |
coll->coll)); |
4810 |
if (connection->error) { |
4810 |
if (connection->error) { |
Lines 5110-5116
Link Here
|
5110 |
connection->session->pEnv, |
5110 |
connection->session->pEnv, |
5111 |
connection->pError, |
5111 |
connection->pError, |
5112 |
ndx, |
5112 |
ndx, |
5113 |
(dword *)0, |
5113 |
(dvoid *)0, /* (dword *)0, */ |
5114 |
&null_ind, |
5114 |
&null_ind, |
5115 |
coll->coll)); |
5115 |
coll->coll)); |
5116 |
if (connection->error) { |
5116 |
if (connection->error) { |
Lines 5143-5149
Link Here
|
5143 |
connection->session->pEnv, |
5143 |
connection->session->pEnv, |
5144 |
connection->pError, |
5144 |
connection->pError, |
5145 |
ndx, |
5145 |
ndx, |
5146 |
(dword *)&dt, |
5146 |
(dvoid *)&dt, /* (dword *)&dt, */ |
5147 |
&new_ind, |
5147 |
&new_ind, |
5148 |
coll->coll)); |
5148 |
coll->coll)); |
5149 |
|
5149 |
|
Lines 5171-5177
Link Here
|
5171 |
connection->session->pEnv, |
5171 |
connection->session->pEnv, |
5172 |
connection->pError, |
5172 |
connection->pError, |
5173 |
ndx, |
5173 |
ndx, |
5174 |
(dword *)ocistr, |
5174 |
(dvoid *)ocistr, /* (dword *)ocistr, */ |
5175 |
&new_ind, |
5175 |
&new_ind, |
5176 |
coll->coll)); |
5176 |
coll->coll)); |
5177 |
|
5177 |
|
Lines 5210-5216
Link Here
|
5210 |
connection->session->pEnv, |
5210 |
connection->session->pEnv, |
5211 |
connection->pError, |
5211 |
connection->pError, |
5212 |
ndx, |
5212 |
ndx, |
5213 |
(dword *)&num, |
5213 |
(dvoid *)&num, /* (dword *)&num, */ |
5214 |
&new_ind, |
5214 |
&new_ind, |
5215 |
coll->coll)); |
5215 |
coll->coll)); |
5216 |
|
5216 |
|