• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cdb delete
#1
Lightbulb 
On using the cdb delete tTable, tRecordIds, tTarget command I receive the following error message in the text box: 

"Table '________' has not been loaded"


Where:

tTable = the table name (e.g., "myTableName");
tRecordIds = a line delimited list of recordIds; and
tTarget = "cloud"

It does give the correct tableId number in the error message. Any thoughts on what went wrong?
  Reply
#2
A table needs to be loaded into memory before the APIs can access it. You can load all your tables into memory using cdb_loadTable "*" or load a specific table by using cdb_loadTable pTableName.
  Reply
#3
(01-24-2020, 09:05 PM)efrain.c Wrote: A table needs to be loaded into memory before the APIs can access it. You can load all your tables into memory using cdb_loadTable "*" or load a specific table by using cdb_loadTable pTableName.

Ahhh... thanks!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)