المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : FTP or Database Connectivity using c#



C# Programming
04-01-2009, 08:52 AM
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?