Hello.
I have a procedure in Oracle that calls another procedure. The second procedure takes a view name, passed as a parameter, and outputs the view to a flat file. Every time I run this procedure in Oracle (using TOAD, etc.), it works fine.
However, when I run it from MS Access using ADO, it works only with certain views. With one view it works fine, with another, it doesn't. It always creates a file, but when it doesn't work, the file is empty.
I haven't been able to find any difference between the views it works with and the ones it doesn't. It just seems random at this point (which, obviously, I don't believe it is, that's why I'm asking!).
Any help is appreciated.
Thank you.
-Mike
I have a procedure in Oracle that calls another procedure. The second procedure takes a view name, passed as a parameter, and outputs the view to a flat file. Every time I run this procedure in Oracle (using TOAD, etc.), it works fine.
However, when I run it from MS Access using ADO, it works only with certain views. With one view it works fine, with another, it doesn't. It always creates a file, but when it doesn't work, the file is empty.
I haven't been able to find any difference between the views it works with and the ones it doesn't. It just seems random at this point (which, obviously, I don't believe it is, that's why I'm asking!).
Any help is appreciated.
Thank you.
-Mike