FlowFact - Entwicklungstools

zurück

Sub - BLOB_Del
Dateianhang löschen

  Sub BLOB_Del(ByVal strBlobDsn As String, ByVal strInfo As String)  
 


strBlobDsn: Datensatznummer (DSN); wird von BLOB_Add, BLOB_GetDsnCommaList oder BLOB_GetInfo zurückgeliefert.


Public Sub BLOB_Del(ByVal strBlobDsn As String, ByVal strInfo As String)
    m_oBlob.DeleteBlobFile strBlobDsn, "", BLOBTYPE_ATTACHMENT, strInfo
End Sub