• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cdbBlobs Code Snipits
#1
I have recorded the 2 cdbBlobs Code snippets.
The first one is an error.
the Highlighted portion of the code snippet shows: cdb_delete "cdbBlobs", tReordIDs,"cloud" in an error.
This is the same for the 2nd snippet also.
The snippet for the Batch delete is correct.
  Reply
#2
(10-14-2019, 05:48 PM)clarencemartin Wrote: I have recorded the 2 cdbBlobs Code snippets.
The first one is an error.
the Highlighted portion of the code snippet shows: cdb_delete "cdbBlobs", tReordIDs,"cloud" in an error.
This is the same for the 2nd snippet also.
The snippet for the Batch delete is correct.

Hi Clarence,

When deleting blobs, you will want to use the blob specific cdbs. For example:
cdb_deleteBlob tRecordID, "cloud"

The reason is that this API does more than delete the reference to your blob in the table. It also deletes the blob itself. The same is true of manage users on your cdb_Users table. Please use the Users related APIs to manage your users.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)