Joined: Mon May 18, 2009 12:16 pm Posts: 1
|
Hi, I m getting error as "could not execute query [ exec mak1Elements ? ] Name:aa - Value:116 [SQL: exec mak1Elements ?]" after call sp "mak1Elements " in NHibernate.Actually i m returning particular columns from this sp.and in hm.xml i m returning those properties like..
<sql-query name="mak1Elements_SP" > <return class="Elements" > <return-property name="ID" column="nID" /> <return-property name="TagID" column="nTagID" /> <return-property name="TableName" column="cTableName" /> <return-property name="FieldName" column="cFieldName" /> </return> exec mak1Elements :aa </sql-query>
but i m getting above error..and its inner exception show next column name from mapping table which we havenot selected from sp..so pls help me out.. Thanks
|
|