Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BindingSourceMember
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01219178
Message ID:
01220329
Vues:
36
Hi!

>I didn't see an e-mail from you (I also checked my spam filter). Can you send it again along with a copy of your generated files? I'm not able to reproduce the problem, so this will help.
>
>Best Regards,

If the explanation mentioned below does not help then I will email my files to you. If there is a phone number I can reach you at let me know and I will call you right away.

Thanks.

Sarosh

**************
Hi!

The BLG is now adding the correct TableName (XYZ.Customer) in the SP's but in the CustomerDataAccess.Designer.cs file all the [this.CreateCommand("dbo.XYZ.CustomerSelect");] calls don't match with the names of the SP's.

e.g. The SP's name is CustomerSelect but in the CustomerDataAccess.Designer.cs file the "this.CreateCommand()" method tries to call the SP named "dbo.XYZ.CustomerSelect" rather than "dbo.CustomerSelect".

So I guess we should either name the SP "dbo.XYZ.CustomerSelect" to match what is specified in the "CreateCommand()" method or change the parameter in the "this.CreateCommand()" method to match the SP's name "dbo.CustomerSelect"

I would prefer the former (Change the name of the SP to "dbo.XYZ.CustomerSelect") or maybe even give that as a choice to the user.

Thanks and sorry for the trouble.

Sarosh
**************
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform