Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableAdapter.Fill() fails but no error message
Message
From
29/01/2013 12:28:31
 
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01564371
Message ID:
01564544
Views:
35
>
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform