Sybernet / Supplied Procedures Reference
Release 3.00
Mar 03, 2005
backwards forwards

HTTP.UPLOAD

This procedure is called from csv to tell Sybercron to upload a object. It assumes that all scripts reside in the directory called SCRIPTS. The object name passed to this procedure is fully qualified and (for consistency) uses Sybase's naming conventions.

noteFor Internal Use Only.

Syntax

procedure UPLOAD
(
    @FILENAME                     VARCHAR(255)
,   @MAILTO                       VARCHAR(255)
,   @TITLE                        VARCHAR(255)
)   ;

Parameters

Parameter Description
tablename
 
The fully qualfied object name to upload.
mailto
 
An e-mail address where the results are sent.

Example

The following example illustrates how to call upload:

exec http.dbo.UPLOAD 'ORADEV.HTTP.DBO.CRON','nospam@nospams.com'

See Also

SP_CSV


Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/