Monthly Archives: June 2009

Sql And Dot Net: Error Handling using Try Catch in SQL

June 25, 2009
By

Using TRY...CATCH to Rollback a Transaction in the Face of an Error With SQL Server 2005's TRY...CATCH block, Try catch block is used in simple statement with transaction, these types of scripts are greatly simplified. ...

Read more »

ASP.NET/VB.NET – Video Training

June 19, 2009
By

NET and VB.NET debugging procedures; Includes 7 levels of VB.NET Visual Basic.NET programming levels; Learn about everything from VB. NET error handling to polymorphism and upgrading applications to VB.NET ...

Read more »

Handling global errors in ASP.NET using Application_Error event

June 19, 2009
By

Message, True) End Sub The above code will find the last error occurred, send an email to webmaster and then redirect the user to an Error page. Posted by Rajesh at 5:02 AM. Labels: Application_Error, ASP. NET, Error Handling ...

Read more »

Advanced PHP Error Handling via htaccess • Perishable Press

June 18, 2009
By

Advanced PHP Error Handling via htaccess • Perishable Press.

Read more »

Comment on Advanced PHP Error Handling via htaccess by viurus in …

June 12, 2009
By

22:43 Advanced PHP Error Handling via htaccess • Perishable Press Enable/Disable register_globals | UK Web Hosting | Linux Windows Server Tutorials | PHP MySQL

Read more »

Python Exceptions – Raising Your Own Exceptions With raise – Part 1

June 11, 2009
By

See More About: python tutorials · python error handling · python exceptions · python warnings · python raise statement. 7 of 8. Prev Next. Raising Your Own Exceptions With raise - Part 1. The standard way by which Python "handles" ...

Read more »

Different ways for setting Connection Strings in Asp.net / Various …

June 11, 2009
By

5) we can also read the connection connection string-gotdotnet/114885/asp- net-error-handling /'> publickeytoken bd connectionstring in Global.asax and store it in a applictaion level variable. and then we can read connection string from ...

Read more »

Python's Built-In Exceptions

June 8, 2009
By

python library · python exceptions · python error handling . The following is a complete list of Python errors that can be raised. While most of these are self-explanatory, I have added brief descriptions to them for sake of clarity; ...

Read more »

PHP Error Handling and the @ Operator

June 7, 2009
By

I have been trying to debug a plugin for WordPress (Shorten2Ping - I will keep plugging this because I think it is so nifty!) and I was running into a problem where the plugin would silently fail with nothing in the logs, ...

Read more »

RSS Reader in Python – Building an RSS Reader With Python …

June 6, 2009
By

See More About: web programming · rss reader · advanced projects · python error handling ... See More About: web programming · rss reader · advanced projects · python error handling ...

Read more »