Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I debug SQL with Visual Studio?

Status
Not open for further replies.

Javamahn

Technical User
Mar 14, 2001
143
US
I am using a formview which created the parameters and an Insert Statement as part of the wizard. The submit button does a postback but no new data is entered into the table. How can I trace what is happening? I would like to debug and use a watch. I double clicked the Submit button but I am not sure what to code for the onclick event. The insert is part of the page and not done using behind programming. Thank you for any help you can give.
 
I would say the problem is with you DB connection or you sql statment. I would take a look at the wizard again, and make sure everything is correct.

Ordinary Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top