Hi,
I created a stored procedure that insert values into Table and return the ID "@@IDENTITY AS 'DocumentID' "
I bind this procedure to my dataset using "FillBy and GetDataBy" How can I retreive the 'DocumentID' value in my Form after I insert the values ?
I created a stored procedure that insert values into Table and return the ID "@@IDENTITY AS 'DocumentID' "
I bind this procedure to my dataset using "FillBy and GetDataBy" How can I retreive the 'DocumentID' value in my Form after I insert the values ?
Comment