Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TableAdapter.Fill() fails but no error message
Message
De
29/01/2013 12:28:31
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
01564371
Message ID:
01564544
Vues:
36
>
>You're selecting from #temp but created #Results table. I am wondering why you don't get an error. Also, please add aliases for all columns.

good catch, thanks. However I'm still not getting any columns when selecting this SP in the tableadapter. :(

I get this error in the Visual Studio TableAdapter:

Invalid object name '#Results'

update

I found this solution posted on-line:

"Add these lines to the beginning of your sp:

IF 1=0 BEGIN
SET FMTONLY OFF
END"

It works!
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform