Hello
I want to send files (.csv) from android to the MS SQL Server 2008 . Shoud I use HTTPClient ?
How can I do that?
Hello
I want to send files (.csv) from android to the MS SQL Server 2008 . Shoud I use HTTPClient ?
How can I do that?
Assuming that you want to move data from client(android) to server(sql server) in some networked environment, then one way could be to: