Click to See Complete Forum and Search --> : NULL Value in CLOB


SutapaDasgupta
March 10th, 2003, 01:30 PM
Hi,

I am calling a stored procedure with CLOB parameter and I need to pass NULL value to CLOB paramter through ADO in VC++.

My problem is when I send CLOB value as NULL a single Digit Binary value is inserted.I am using SAFEARRAY and AppendChunk mechanism to create CommandParameters for Storedprocedure.

Any suggestion where i am going wrong...

SDG