954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

upload fiel to local database sql

hi there,

my project is a desktop application, i am trying to transfer(upload) a file(can be excel,doc,txt pdf) to another sql server in another computer in the same network
how can i do this in C#.net desktop application, i am not using web service or asp.net how can i do this???


Thanks in advance.

thankxxx

judithSampathwa
Posting Pro in Training
453 posts since May 2010
Reputation Points: 8
Solved Threads: 0
 

On the local network you can just open a connection to the destination server directly. Distributed programming techniques are not necessary beyond possibly a UNC path or two. :)

Radical Edward
Posting Pro
545 posts since May 2008
Reputation Points: 361
Solved Threads: 97
 
On the local network you can just open a connection to the destination server directly. Distributed programming techniques are not necessary beyond possibly a UNC path or two. :)

hey how can i do this
do u have any tutorial
because i am ver new to these things

thanks
appriciate a lot
thanx

judithSampathwa
Posting Pro in Training
453 posts since May 2010
Reputation Points: 8
Solved Threads: 0
 
Radical Edward
Posting Pro
545 posts since May 2008
Reputation Points: 361
Solved Threads: 97
 

hi there,

my project is a desktop application, i am trying to transfer(upload) a file(can be excel,doc,txt pdf) to another sql server in another computer in the same network how can i do this in C#.net desktop application, i am not using web service or asp.net how can i do this???

Thanks in advance.

thankxxx

hey does anybody knows on this.
thankxxxxxxxx

judithSampathwa
Posting Pro in Training
453 posts since May 2010
Reputation Points: 8
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: