CrazyEngineers
  • how to send database from emulator to ftp server in android

    Updated: Oct 26, 2024
    Views: 967
    sir, i want to send my database which is in sqlite database in phone to the remote ftp server.i am not able to find out how to send it.I searched on net but only i found is how to send file.I am able to send file. but if i send my databse in file.how i will retrieve it on server side.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • PraveenKumar Purushothaman

    MemberMay 5, 2012

    ROHAN KAPOOR
    sir, i want to send my database which is in sqlite database in phone to the remote ftp server.i am not able to find out how to send it.I searched on net but only i found is how to send file.I am able to send file. but if i send my databse in file.how i will retrieve it on server side.
    You cannot update a database through FTP Client... FTP Client connects to Port 21 and Database Client connects to Port 3306 (in case of MySQL). So, you would be needing a Database Client like MySQL GUI Tools (in case of MySQL) to connect to remote database and update it. 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register