DataSet has no tables

J

Jeremy

We have a stored procedure that is called from a .net winforms application
every few seconds. The stored procedure always does a select, so there will
always be 0 or more records comming back. Every once in a while the dataset
returned does not have any tables in it, and I don't know what could cause
this? Has anyone else experienced behavior like this or have an ideas?
 
M

Miha Markic

I am assuming you are using Sql Server. Try using SQL Server profiler to see
what's going on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top