cancel
Showing results for 
Search instead for 
Did you mean: 

how to use functions and views in SMP2.3

Former Member
0 Kudos

Hi all,

   I am new to SUP/SMP, I did some samples for hwc like create the MBO with object queries and operations using tables. Now i have a doubt 

    

     Is it possible to use sql functions in smp2.3?

     If it possible how to use them?

     for Select Query can i use stored procedure?

Ex: Select * from Employee where EmpID=:empid for this querey i wrote a stored procedure like this

Create procedure Emp_sp(@empID int)

as

begin

Select * from Employee where EmpID=@empID;

end

This procedure shown in my database connections profile.

I created an  operation,

when i invoke the operation this procedure is visible in the operations list, i give the success screen in that i put a listview but here the attributes are not comming.

Is there any mistake in my approach,

Please suggest me.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

I will suggest you to look at official document for more understanding:

SyBooks Online