Chapter 14. Working with Large Objects (LOBs, BLOBs, and CLOBs)

When you work with data, one challenge you might face is moving large objects between the client application and the database server. In some scenarios, you might be able to treat large-object data just like any other data, but in many cases you might be forced to look at alternative approaches.

Chapter 7 and Chapter 8 both contain an example of reading employee photos from the Northwind database and displaying a photo in a Windows DataGridView or Web GridView control. These chapters include sample code for storing the photo to disk, as well as uploading a photo from a disk file to the database. These samples function properly with the small photos in the database, but if the photos ...

Get Programming Microsoft® ADO.NET 2.0 Applications: Advanced Topics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.