Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. FTP or Database Connectivity using c#

FTP or Database Connectivity using c#

Scheduled Pinned Locked Moved C#
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    a hamidy
    wrote on last edited by
    #1

    Dear All, I have a database in web server and off course i have ftp account and user name of that web server too. i have got 1mb upload bandwith, my question is very simple. I have application which connects to database in web server, and the same i have application which connects to FTP. for database connectivity i am using SqlConnection and for FTP Connectiviy i am using WebClient. which of these connectiviy is fast? FtP connectiviy or Database Connectiviy?

    C 1 Reply Last reply
    0
    • A a hamidy

      Dear All, I have a database in web server and off course i have ftp account and user name of that web server too. i have got 1mb upload bandwith, my question is very simple. I have application which connects to database in web server, and the same i have application which connects to FTP. for database connectivity i am using SqlConnection and for FTP Connectiviy i am using WebClient. which of these connectiviy is fast? FtP connectiviy or Database Connectiviy?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Faster for what ? The connectivity will be the same, it depends on the bandwidth available. The question is, how much data needs to move to do what you require.

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      A 1 Reply Last reply
      0
      • C Christian Graus

        Faster for what ? The connectivity will be the same, it depends on the bandwidth available. The question is, how much data needs to move to do what you require.

        Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

        A Offline
        A Offline
        a hamidy
        wrote on last edited by
        #3

        thx dude, I only mean connection speed, Database connectivity is fast or FTP connectivity. not data exchange, no query just connection

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups