sourabhjha
Programmer
I am executing a stored procedure in oracle from VB.
One of the parameters of the stored procedure takes a comma delimited string with date fields
in it.When i execute that stored procedure from SQL plus using a pl/sql block the procedure is
successfully executed.But if i execute the same stored procedure from vb using command objecy
then i get the error saying "ORA-01847: month's day must be between 1 and the last month's day "
i tried using to_date function also in the stored procedure....but that does not help....
Any clue
thanks in advance
-Sourabh
One of the parameters of the stored procedure takes a comma delimited string with date fields
in it.When i execute that stored procedure from SQL plus using a pl/sql block the procedure is
successfully executed.But if i execute the same stored procedure from vb using command objecy
then i get the error saying "ORA-01847: month's day must be between 1 and the last month's day "
i tried using to_date function also in the stored procedure....but that does not help....
Any clue
thanks in advance
-Sourabh