Hello again
I have 1 well working function and one working stored procedure which counts the quantity of rows in table.
Now I've created special table which has only two rows
1. Id (int null)(!++)
2. Rows(int not null)
In Rows I want to store the quantity of rows from another table.
So, I thought it's a piece of cake to put just in 'default value or binding' parameter the name of my function like getdate(), but looks like i'm mistaken.
So, the question is how can I assign to this row the value from my getRows() function?
Any gen is highly appreciated. Thank you.