473,406 Members | 2,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How to retrieve pdf files from remote computer?

6
I'm currently develop a wpf application.However I need to retrieve the pdf files stored in the database of remote computer through web service.

My questions now is that how can I retrieve the files from the remote computer to my wpf application? What is the control to use in wpf app in order to display the pdf file? It is through web browser?
Jul 20 '11 #1
8 2815
johny10151981
1,059 1GB
You will have to go through several issues:-
No 1: Its very important for who ever want to help you is

What is your database server name?
Jul 20 '11 #2
weizz
6
The database that I'm using is Microsoft SQL Server 2008.
Jul 20 '11 #3
weaknessforcats
9,208 Expert Mod 8TB
Why not try FTP?

FTP has worked out all the issues that arise from file incompatibilities caused by the various OS's in use.
Jul 20 '11 #4
weizz
6
How to use FTP in this case?Can give me some examples?thanks.
Jul 20 '11 #5
weaknessforcats
9,208 Expert Mod 8TB
You would set your program up as an FTP client or you would purchase an FTP client and call it from your code.

Google has a ton of references for FTP clients.
Jul 20 '11 #6
johny10151981
1,059 1GB
Try to retrieve the data from database,

then create the file in your server and then try transferring using ftp or whatever solution you like.

you will be able to find ftp client source free online, and ofcourse server too. you can modify a server to provide file service reading from database
Jul 20 '11 #7
weizz
6
So if I'm using the FTP, does it mean that I need to download the file from the server then just ca display the file in my application?
Jul 21 '11 #8
weaknessforcats
9,208 Expert Mod 8TB
That's correct. FTP will fetch a copy of the file that you can write to your hard disc. Your C code reads the file from the disc.
Jul 22 '11 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Pieter Linden | last post by:
Okay, the basic plan: 1. Call EnumerateServers to return an array of all the computers on the network. available at: http://datafast.cjb.net/ 2. Resolve the HostNames into IP Addresses....
1
by: Roger | last post by:
I would like to get a list of services on a remote computer. Is this possible via code in VB.Net? Thanks, Rog
3
by: Alban55 | last post by:
Hi, I'm looking for a method to upload a file from a site to the Unix server running my database. How can I connect this computer to create a file on it ? and can can I read and write the files...
1
by: Bhavya Shah | last post by:
Hello All, I am facing a serious problem while copying a file to a remote computer programmatically. What I want to do: I want to connect to a remote computer and copy a file to the remote...
1
by: Chidvilas | last post by:
// Get all processes running on the remote computer. Process remoteAll = Process.GetProcesses("XYZ"); when I am exectuing the above code, it is giving excetpion saying "Couldn't get process...
1
by: Yosef (mfishov | last post by:
Hellow. Please tell me how one can connect to remote computer via HTTP address, search there files and download them Thanks
1
by: schaf | last post by:
Hi all! I'm still trying to start/stop a service on a remote computer. (I promiss that's the last new post because of this problem from my side) My situation: I've an application running under...
0
by: jhaek19 | last post by:
hi! do you have a code on how to copy files from local computer to remote computer? please help: when I run this code, it gives an error, File not Found or Path not Found... code: FileFrom =...
5
by: Sin Jeong-hun | last post by:
I need to read some registry keys of a remote computer. The key will be any key users provide. (For example : HKEY_CURRENT_USER\SOFTWARE \MyGame) I found that there was a handy method called...
1
by: manojuniverse | last post by:
Hi, I have files on remote computer which need to be indexed. I am using indexing service of my local computer to index those files but I am not able to do that. If anybody could suggest me how...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.