cancel
Showing results for 
Search instead for 
Did you mean: 

[Ultralite] Order of sync upload

Former Member
2,373

Hello everyone,

How the order of Ultralite sync upload is determined? I mean, if I have two tables, A and B, not refering each other, which table is synced first? The first one declared in the database schema xml (which I use to generated the UDB)? The order of the publication definition?

I'm asking this because as parte of some techincal decisions, we didn't create a FK in which A refers to B, and we want to understand this to avoid A being synced before B.

Ps: Please, let's not discuss why we're doing in this way, we're already having this discussion internally for days =p

Accepted Solutions (1)

Accepted Solutions (1)

VolkerBarth
Contributor

Have you had a look at that topic from the v12 doc set?

Table order in UltraLite

It does not really answer your question (i.e. how the default order is determined when there are NO FK relationships) but it does tell a way to specify the order by yourself by using the "TableOrder" parameter.

Former Member
0 Kudos

This seems to be a solution to our problem, but what about the default? is it random?

Answers (0)