June 3, 2011 at 5:39 am
Hi,
I wonder if anyone can help me. I have a stored procedure which handles and manipulates some data.
Firstly I would like an operator to be able to double clcik an icon on his/her desktop, which then runs this stored procedure on the server. Is this possible?
Secondly I have some error checking in case values are entered wrong and if they are, i would like to be able to return a message to that workstation saying 'Incorrect partnumber may have been entered for FGL'+@sn for example. Any ideas?
Thanks,
Peter
June 3, 2011 at 8:07 am
can you put the code on a web page, wether an intra- or internet?
that'd be simplest...single source, accessible from each desktop, web page could provide results and error messages if returned.
i'd hate to deploy a desktop app, and then have to upgrade it later as you add enhancmeents....
Lowell
June 6, 2011 at 2:21 am
Due to how the network is set up, that isn't really an option.
I was thinking some kind of batch file which calls the stored procedure, therefore meaning any chanegs to the stored procedure would be refelcted in any desktop buttons?
Peter
June 7, 2011 at 1:36 pm
Google says:
That'll get you connected, and shows how to display output to the user. Next thing to find is how to get feedback from the stored procedure so you can show it. Sounds like another job for Google, or just search on MSDN.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply