Search This Blog

Thursday, May 4, 2017

How do you find ' % ' with the LIKE operator in SQL Server?

Ans : SELECT * FROM tableName WHERE columnName LIKE '%[%]%'

Wednesday, May 3, 2017

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Friday, November 4, 2016

umbraco testing

Monday, August 18, 2014

Web Programming

Web Programming is not hard but it takes time to learn basics and fix bugs.

Tuesday, November 6, 2012

WebSmart .............

Thursday, July 12, 2012

After long time back to work today, keep 3 words in my pocket:- TRY -TRUE -TRUST. TRY- for better FUTURE. TRUE- with My WORK. TRUST - in GOD..

Thursday, March 15, 2012

little bit about RPG/400
  RPG in the Sixties :-
 
- 1960
- High Level Language
- Fixed- Logic Cycle
- Indicators
- Batch Oriented
- Card based machines

RPG II - RPG III :-
- 1970
- Mid- range Systems
    . System/3
    . System/32
    . System/34
    . System/36
- Interactive applications
  . Disk processing support
  . Workstastion support
- Structured program design for efficientcy
- DBMS grew in sophistication
- System/38
 
RPG/400 :-
-1990
-AS/400
-Enhancements
     . New operation codes
     . Named constants
     . Initialization subroutines
     . Source Code indentation
- Embed SQL statements in RPG code

Thank you guys. I hope this is work full to you.