Hi,
We're attempting to use a stored prodecure to pull in data. We've successfully imported the stored procedure, and have run the stored procedure 'successfully', meaning we've got data back from the stored procedure. The problem is, it seems that the records we're getting back are missing some data. Everything that is missing appears to be a foreign key to another table. If the foreign key is nullable, the field value is null. If the foreign key is not nullable, an exception is thrown. I'm not even attempting to access the navigation properties, I'm literally trying to get at the keys, and the keys are bad. When we run the stored proc in the database, the data returned is correct.
Is this expected? Any idea what's going on?
Thanks,
Ken
Edited by ken.nelson - 15-Jun-2009 at 11:28am