sp_foreign_keys_rowset

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

sp_foreign_keys_rowset

Does anyone know how to call this from csharp?
I've profiled that the correct sql is going to the server (and it runs in
QA) but ADO will not return a DataReader when I know there are results.

Any help is MUCH appreciated.

Thanks!
Patrick
 
Let's see your code. I expect that you might be receiving more than one
resultset so you might have to bump the DataReader to the next.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top