G
Guest
Back about 3 years ago when I took an Oracle class, I recall that when I created an used a stored procedure in Oracle, that I was taught to create a column in my output which contained the "return" code which I would manually populated in the procedure. Then I would loop through reading those records and checking the return code.
That was before the .Net Environment.
My question is that can I create a stored procedure and associate it with a DataAdapter and it will take care of reading till the end of file? I no longer need to create a "return" code to identify when I am at the end of file?
Thanks in advance for your assistance!!!!!!
That was before the .Net Environment.
My question is that can I create a stored procedure and associate it with a DataAdapter and it will take care of reading till the end of file? I no longer need to create a "return" code to identify when I am at the end of file?
Thanks in advance for your assistance!!!!!!