I'm a developer, not a DB admin. I'm writing a .NET app that uses
crystal reports.
The table I need to output is built inside a stored procedure. No
choice, it makes use of some temporary tables. (Believe me I've tried
to get around that.)
Crystal reports seems to only know about tables and views. It looks
like a view cannot call procedures. It can call functions, but in turn
they also can't call procedures. I am hosed, what now?
Performance is not a factor here, small data sets, I just gotta get the
thing working.
crystal reports.
The table I need to output is built inside a stored procedure. No
choice, it makes use of some temporary tables. (Believe me I've tried
to get around that.)
Crystal reports seems to only know about tables and views. It looks
like a view cannot call procedures. It can call functions, but in turn
they also can't call procedures. I am hosed, what now?
Performance is not a factor here, small data sets, I just gotta get the
thing working.
Comment