Friday, June 15, 2012

Use google to overcome from errors

When you are coding there may be different errors may arise. Some can solve easily with our knowledge. But sometimes errors are arising seriously...I have face so many this kind of problems..There's a simple way to overcome from it.It is Google the error .Then it will display the reason..easy solution..try it!!!

Use stored procedures in SQL Operations to have better results

I tried to insert image to a sql database and retrieve it in windows application.I tried the both ways.Command type with text and Command type with stored procedures.I saw some easy in stored procedures. It can re use easilly.Try it ..Actually its easy than Commanding in the application..We have to create stored procedures in sql......Try it and Happy coding..