Page sizes of scanned images stored in SQL Server

  • Thread starter sebastian stephenson
  • Start date
S

sebastian stephenson

I have scanned images stored in SQL Server 2000. I am running a series of
queries against the database via Ms Access 2K.

1- File sizes of scanned images. I have managed to determine this by using
the FIleLen() method against the address of the image. Works perfectly ;)

2 - I need help to determine the page size of the scanned image. Im sure
this data is contained within the file, I just need a method that can extract
it via MS Access or SQL Server???
 
Top