Help oci_bind_by_name Bind as SQLT_INT

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
silenceghost
Forum Newbie
Posts: 22
Joined: Sun Oct 19, 2008 3:25 am

Help oci_bind_by_name Bind as SQLT_INT

Post by silenceghost »

Hello everybody,
i'm facing problem while binding the integer variable in oracle database
whenever i tried to bind with NULL value the bind output 0 as a value and try to insert 0 data in the database.
i've certain column which are referenced where there are no 0 as a value so it's creating me a problem
but i want to insert null value how do i solve this problem.


Thanks in Advance
Post Reply