How to access database and send by ftp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • romcab
    New Member
    • Sep 2007
    • 108

    How to access database and send by ftp

    hi guys,
    Hope you can help me with this one.
    I have a client/server app. The server is connected to a sql database and when the client connect to the server, the server will download the database and send it by ftp. My application is created using C# in VS2005. My idea here is to get the database and save the content in file then I will then send that file to the client. In my client apps, I will then decode the file and display the content. I think there is an easy way using ADO.NET. Hope you can help me...Tnx
Working...