Synchronize same table in different tasks #1344
Unanswered
lefjucabro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks to DotmimSync framework I can synchronize sqlite and mysql databases.
I have a table with multiple and heavy BLOBS and when I want to synchronize them from mysql to sqlite I have a timeout message error because the request :
I would like to synchronize this table TableDest with different tasks in order to avoid the timeout error. I cannot create multiple setup filter on one table.
Here is the code that works individually to synchronize data. I want to modify this code so that I can call it several times by changing the “_WhereValueTableSrcB ” parameter in the filter request.
Thank for your advices
Beta Was this translation helpful? Give feedback.
All reactions