|
|
Sergey Kornilov admin 2/4/2010 |
|
I recommend to check this article for inspiration: |
|
|
M
|
mgallo author 2/5/2010 |
|
I installed 6.2b, inserted a button and added this line to the Client Before function (shown with generic names): |
|
|
|
Sergey Kornilov admin 2/5/2010 |
|
You doing it right. |
|
|
C
|
clig 2/8/2010 |
|
I installed 6.2b, inserted a button and added this line to the Client Before function (shown with generic names): dbConnection.Execute "EXEC [MyDatabase].[dbo].[MyStoredProcedure]" but it does not call the procedure. Any ideas would be appreciated!
|
|
|
W
|
wisdom2009 2/8/2010 |
|
I had the same issue before. I fixed by giving the username permission to execute the procedure. |
|
|
M
|
mgallo author 2/10/2010 |
|
Yes, the permission is set correctly. |
|