Hi there once again! I got it fixed!
Thought I would share how so others may benefit! Actually the function I had which was converting the image into binary to store in database was converting it using .Gif format ! I got to know that crystal reports didn't support .gif but I didn't know I was converting it into .gif !
So after going through my code I changed it to .Jpeg and it works like a charm now! Thank you!