|
Sybernet / Supplied Procedures Reference
Release 3.00 Oct 14, 2002 |
|
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.
For Internal Use Only.
Procedure UPLOAD
(
TABLENAME VARCHAR2
, MAILTO VARCHAR2
) ;
| Parameter | Description |
|---|---|
tablename |
The fully qualfied object name to upload. |
mailto |
An e-mail address where the results are sent. |
The following example illustrates how to call upload:
http.upload('ORADEV.HTTP.DBO.CRON','nospam@nospams.com');