The Artima Developer Community
Sponsored Link

Web Buzz Forum
Thank you .NET Framework / SQL Team for giving me useful errors

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Josh Baltzell

Posts: 664
Nickname: jbaltzell
Registered: Nov, 2003

Josh Baltzell is an ASP.NET and ASP Programmer learning all he can about all.
Thank you .NET Framework / SQL Team for giving me useful errors Posted: Jun 9, 2004 12:10 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Josh Baltzell.
Original Post: Thank you .NET Framework / SQL Team for giving me useful errors
Feed Title: ShortDomainName.com
Feed URL: http://www.contegix.com/Rss.aspx
Feed Description: Weblog of Josh Baltzell. Focusing on the computer industry and .NET programming related news. I like to get involved on the discussions wherever they are.
Latest Web Buzz Posts
Latest Web Buzz Posts by Josh Baltzell
Latest Posts From ShortDomainName.com

Advertisement

I want to thank the teams at Microsoft who design the software I use daily.  I would not be as far as I am without the useful error messages I get back when designing my ASP.NET pages.  Here's a quick sample: I was adding a Stored Procedure today and I forgot to set a variable in the stored procedure as output.  If I had no error message I would have probably assumed it was the code I just wrote to called the stored procedure instead of the procedure itself.  With the error message below the problem was fixed in far less time than it took to write this small post.


Formal parameter '@RowCount' was defined as OUTPUT but the actual parameter not declared OUTPUT


So thank you Microsoft developers.  You truly make my life easier.

Read: Thank you .NET Framework / SQL Team for giving me useful errors

Topic: Interesting job interview today Previous Topic   Next Topic Topic: Processing Large XML Documents with PHP 5 - Update

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use