Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
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
(
    TABLENAME                     VARCHAR2
,   MAILTO                        VARCHAR2
)   ;

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:

http.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/