Click here to Skip to main content
15,907,493 members
Home / Discussions / C#
   

C#

 
AnswerRe: need a immediate help... Pin
Paul Conrad12-Jan-07 18:13
professionalPaul Conrad12-Jan-07 18:13 
QuestionSplash screen, best way to do it? Pin
TrooperIronMan12-Jan-07 15:11
TrooperIronMan12-Jan-07 15:11 
AnswerRe: Splash screen, best way to do it? Pin
Christian Graus12-Jan-07 15:29
protectorChristian Graus12-Jan-07 15:29 
GeneralRe: Splash screen, best way to do it? Pin
TrooperIronMan12-Jan-07 16:10
TrooperIronMan12-Jan-07 16:10 
AnswerRe: Splash screen, best way to do it? Pin
Luc Pattyn12-Jan-07 16:50
sitebuilderLuc Pattyn12-Jan-07 16:50 
Questionc# Remoting Security Pin
kotuadam12-Jan-07 15:06
kotuadam12-Jan-07 15:06 
Questionhi Friends...need help Pin
faradgi12-Jan-07 14:58
faradgi12-Jan-07 14:58 
AnswerRe: hi Friends...need help Pin
Colin Angus Mackay12-Jan-07 15:15
Colin Angus Mackay12-Jan-07 15:15 
GeneralRe: hi Friends...need help Pin
Christian Graus12-Jan-07 15:30
protectorChristian Graus12-Jan-07 15:30 
GeneralRe: hi Friends...need help Pin
JoeRip12-Jan-07 17:56
JoeRip12-Jan-07 17:56 
GeneralRe: hi Friends...need help Pin
Paul Conrad12-Jan-07 18:15
professionalPaul Conrad12-Jan-07 18:15 
GeneralRe: hi Friends...need help Pin
Paul Conrad12-Jan-07 18:14
professionalPaul Conrad12-Jan-07 18:14 
QuestionCreateObject Equivelent Pin
Sautin.net12-Jan-07 12:32
Sautin.net12-Jan-07 12:32 
AnswerRe: CreateObject Equivelent Pin
Christian Graus12-Jan-07 13:07
protectorChristian Graus12-Jan-07 13:07 
QuestionConvert DataSet to XML ? Pin
Christian Graus12-Jan-07 11:46
protectorChristian Graus12-Jan-07 11:46 
AnswerRe: Convert DataSet to XML ? Pin
Rob Graham12-Jan-07 14:01
Rob Graham12-Jan-07 14:01 
GeneralRe: Convert DataSet to XML ? Pin
Christian Graus12-Jan-07 14:18
protectorChristian Graus12-Jan-07 14:18 
AnswerRe: Convert DataSet to XML ? Pin
Not Active12-Jan-07 14:12
mentorNot Active12-Jan-07 14:12 
GeneralRe: Convert DataSet to XML ? Pin
Christian Graus12-Jan-07 14:17
protectorChristian Graus12-Jan-07 14:17 
QuestionDeveloping application....need some help...pls Pin
Software_Specialist12-Jan-07 9:07
Software_Specialist12-Jan-07 9:07 
AnswerRe: Developing application....need some help...pls Pin
Christian Graus12-Jan-07 9:35
protectorChristian Graus12-Jan-07 9:35 
GeneralRe: Developing application....need some help...pls Pin
Larantz12-Jan-07 10:44
Larantz12-Jan-07 10:44 
QuestionUpgrade persistent settings after new install? Pin
paas12-Jan-07 7:54
paas12-Jan-07 7:54 
AnswerRe: Upgrade persistent settings after new install? Pin
paas12-Jan-07 8:44
paas12-Jan-07 8:44 
QuestionWizarding Dataset puts some SPs into QueriesTableAdapter Pin
RebeccaTS12-Jan-07 7:41
RebeccaTS12-Jan-07 7:41 
We have a .NET 2.0 project which is using wizarded Datasets. There are four stored procedures that return tables (as opposed to scalar values). One stored procedure when wizarded goes into its own datatable table. However, the other ones go into QueriesTableAdapter. I cannot for the life of me figure out what is different about them. I tried verifying that SET NOCOUNT ON was set, it was set on all of them. I tested to make sure that the SPs ran with no errors, they did. Two of the SPs are almost identical. Why are they going into that adapter? I was under the impression that adapter was for scalar-valued SPs or for ad hoc queries.

Is there any way to force the SPs into their own table? I thought about editing the partial class to add them, but it's a lot of painful handcoding and makes it hard to maintain, so I would like to avoid it.

Thanks!
Rebecca

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.