View Single Post
Old 23-02-2005, 11:55 AM   #4
aaberg
Game Wizzard

 
Join Date: Aug 2004
Location: Aasane, Norway
Posts: 238
Default

Quote:
Originally posted by Unknown Hero@Feb 23 2005, 12:05 AM
You can chalenge me! I'm in! k:*
Ok. Here is my challenge.

Make a function, which is able to launch any stored procedure in a database, that doesn't return any queries. :evil: The prototype is shown below.

public void executeStoredProc(string storedProcedureName, string[] parameterName, string[] parameterValue);

The prototype is only a suggestion. You are free to make your own. You may program it in whatever langauage you would like.

If it is too easy, just tell me, and I figure out something harder. :Jesus:

If I have to post the answer, it will be in C#.net
aaberg is offline                         Send a private message to aaberg
Reply With Quote