cancel
Showing results for 
Search instead for 
Did you mean: 

stored procedure Issue in VC - Urgent

Former Member
0 Kudos

Hi all,

I am trying to insert a new record in a SQL Server database, using a stored procedure.

I am inserting this new record from a popup iview, in which the data service is configured.

But when I try to insert a new record, I am getting an error "No value was assigned to parameter(@ParentId)", where ParentId is the first parameter in my stored procedure.

I am using flex 2.0 runtime from EP 7.0 SP13.

Can anyone help me out?

Thanks and Best Regards

Shobin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

Any suggestions on this?

Thanks alot

Shobin

Former Member
0 Kudos

Hi,

that field is missing the mapping of the input fileds

Check the mapping b/w the input form view or the form form where you are inserting the record to dataservice.

Regards,

Govindu