Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 17903

REST API Post rows to dependent table?

$
0
0

I have created a dataset via REST that has four tables: A, B, C, D. Table B has a dependent relationship on A, and D has a dependent relationship on B & C.

 

I wrote a program to load the data in the following order: A, C, B, D. The program loads A & C fine, but times out trying to load B. When I remove the relationships all four tables load fine.

 

Is there a better way to load dependent tables?


Viewing all articles
Browse latest Browse all 17903

Trending Articles