Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread File transfer from server using EDB C/S
Tue, May 13 2008 5:17 PMPermanent Link

Michael Fullerton
Using EDB C/S is there a way to copy down a file from the server
machine down to the client?
Wed, May 14 2008 12:16 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< Using EDB C/S is there a way to copy down a file from the server machine
down to the client? >>

Yes, but you'll have to create an external module for a stored procedure to
do so.  Essentially, you'll load up the file contents as an out parameter
(either BLOB or CLOB, depending upon whether you need binary or text) from
the procedure.  For information on how to create an external module, please
see the ElevateDB template for an external module in the object repository
in Delphi.   The comments in the template explain how to fill in the event
handler for returning the data.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image