Hi All,
I am currently writting an IntraWeb Application. I need some stored procedures written by my DBA. Unfortunately, he is unable to deliver them to me for a few days.
I know what I should be sending to the stored procedure and what is coming back, so . . .
Is there some sort of component out there or a method whereby I could hard code some test data into an object or some code that I could call that would simulate returning to me the result set in the format I know it to be returning form the sp?
I ask this because this would allow me to continue testing code that relies on the sp being done without it actually being done.
Thanks in advance!!!
Rob
I am currently writting an IntraWeb Application. I need some stored procedures written by my DBA. Unfortunately, he is unable to deliver them to me for a few days.
I know what I should be sending to the stored procedure and what is coming back, so . . .
Is there some sort of component out there or a method whereby I could hard code some test data into an object or some code that I could call that would simulate returning to me the result set in the format I know it to be returning form the sp?
I ask this because this would allow me to continue testing code that relies on the sp being done without it actually being done.
Thanks in advance!!!
Rob