var fDesc=new Array(); fDesc[0] = "DBPix is the easiest and most efficient way to handle photographs & images in Microsoft Access - it integrates seamlessly with MS Access, and works just like the form & report controls you already know. Get DBPix, and start using images in your databases, as easily as you use regular data-types.

Maybe you've already tried to add images to Access - perhaps you found your database size exploded, it wouldn't work on other systems, you had to write hundreds of lines of code, or that it slowed to a crawl.

Access is notorious for problems like these with images, but DBPix overcomes all of them, including 'OLE Object bloat', application dependencies, complex coding, performance & compatibility problems, and more.

Main features:

- Data-binding
- Fast, easy development.
- Background decoding
- Responsive forms & fast record scrolling.
- Resampling/thumbnailing
- Optimized storage, performance & display quality.
- Lossless JPEG rotation
- Rotate portrait images without quality loss.
- TWAIN
- Scanner & digital camera control.
- EXIF viewer
- View camera and photo info & metadata.
- Intuitive user-interface
- Zoom, pan & quick access to all features.
- Drag and drop
- Intuitive and easy to use.

Platforms:

- Access 2007
Access 2003
Access XP (2002)
Access 2000
Access 97

- Windows 7
Windows Vista
Windows XP
Server 2008
Server 2003
- Windows 2000
Windows NT
Windows ME
Windows 98
Windows 95"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }