Hi, I'm developing an image reader, and have to put the images in an SQL7 DB. I Can't read the image file !! this is the snippet :<br><br> iFile = FreeFile(5)<br> Open txtImagem.Text For Binary Access Read As iFile<br> Line Input #iFile, rAux<br> Debug.Print Len(rAux)<br> UpDateImage Val(txtKey.Text)<br> Close #iFile<br><br>Somehow the image is not well red, its only 4 bytes long instead of 200 or so. Any Ideas of what I could be doing wrong ?? <p> <br><a href=mailto: > </a><br><a href= </a><br>