hareshchauhan
Programmer
Hi i am new to this forum. I will really appreciate if someone could give me a little tip on powerbuilder SQLCA transaction object. Thank you in advance, here is my problem.
return_code = dw_1.update()
//Getting return_code = -1
if return_code = -1 then
// display error message with sqlca.sqlcode and sqlca.sqlerrtext
//I am getting sqlca.sqlcode = 0
//I am getting sqlca.sqlerrtext = null
end if
I should get sqlcode <> 0 and something in sqlerrtext when update() returns -1.
Here is my environment info.
powerbuilder 9.0.2
oracle 8i
windows XP
thanks again....
return_code = dw_1.update()
//Getting return_code = -1
if return_code = -1 then
// display error message with sqlca.sqlcode and sqlca.sqlerrtext
//I am getting sqlca.sqlcode = 0
//I am getting sqlca.sqlerrtext = null
end if
I should get sqlcode <> 0 and something in sqlerrtext when update() returns -1.
Here is my environment info.
powerbuilder 9.0.2
oracle 8i
windows XP
thanks again....