Dragging SqlDataAdapter in Visual Studio.net

Raef

New member
Joined
Jul 26, 2005
Messages
1
Programming Experience
5-10
Hi all,

When dragging a SqlDataAdapter in Visual Studio.net and then going through the wizard and select an existing stored procedure, problems occur. If the stored procedure is simple and have one parameter, the wizard will work fine. If the stored procedure is more complicated then the wizard fails to generate the schema! (error). It looks like something in VS.net is being cached somewhere. I used the wizard previously in ASP.net and worked fine. I'm workin on Windows Application now and it does not seem to work. I also use stored procedures NOT SQL strings when using the sqlDataAdapter Wizard. Any suggestions will be appreciated!

Raef
 
Back
Top