I need to transfer data from a SQL DDB that is on the tablet up to a PC, as well as retrieve data from the PC and stuff it into the DDB. I wanted to use USB but after doing some reading it seems that USB communication between a B4A app and a PC is not really supported.
First, is this lack of support for this still accurate? Second, the other thing I can try is to have the tablet connect via USB as a media device and my PC app can then be pointed to the folder wherein the database file lives, and extract and inject the required data using queries. Is this possible to do, and does anyone know if there is any C# or similar code available that allows interaction with a B4A SQL database?
Thanks
First, is this lack of support for this still accurate? Second, the other thing I can try is to have the tablet connect via USB as a media device and my PC app can then be pointed to the folder wherein the database file lives, and extract and inject the required data using queries. Is this possible to do, and does anyone know if there is any C# or similar code available that allows interaction with a B4A SQL database?
Thanks