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.
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.