Thanks kindly for the demo code. I included the MobBLob module in my client and tried the following:
Dim strSQL As String
Set rs = New ADODB.Recordset
strSQL = "SELECT * FROM tblExhibitPhotos WHERE ID= 93 "
rs.Open strSQL, gSQLdbase, adOpenKeyset, adLockOptimistic, adCmdText...