[2005] Setting TableAdaptor to Stored Procedure not filling Parameter Collection

Denaes

Well-known member
Joined
Jun 10, 2003
Messages
956
I create a TypedDataSet for Employees, go to the TableAdaptor and select the Update StoredProcedure in the properties. Everything is fine except for the Parameter Collection isnt being populated.

A Co-worker goes through the same steps and the Parameter Collection is filled. I give him my TypedDataSet and he opens it, no Parameters. He re-selects the Stored Procedure and all the Parameters are populated.

We assume its a database permission or local setting somewere. I can execute Stored Procedures just fine and if I manually enter in all the Parameters, the dataset works 100% fine.

Anyone have any idea on this one? Were pretty stumped.
 
Back
Top