I am developing two Csharp programs and I need to transfer data of multiple tables in a program to another one which could be in a different computer with no internet connection.
What is the best method for transferring data?
EDIT (from comments):
the computers does not have internet connection, but usb-flash-drive, network, etc. are still available –
If it is really tables, the easiest way to go is insert the data in a SQlite Database and simply transport the file (Via netweork, USB-Stick, Punchcard, typing the hex, whatever)