B4J Question [SOLVED] jRDC2 backup app DB to distant jRDC2 server

yfleury

Active Member
Licensed User
Longtime User
Hi all!
When I restore a table from jRDC2 to the app, I sent only a sql request like "select * from table"

But when I want to backup App DB to jRDC2 I send it with a sql insert for each row.

Is it the only way to copy my data from my app to jRDC2 server?
 

yfleury

Active Member
Licensed User
Longtime User
I backup all local table to remote DB in one time with executebatch and it's much faster than backup row by row.

[SOLVED]
 
Upvote 0
Top