|
Sybernet / Supplied Procedures Reference
Release 3.00 Mar 03, 2005 |
|
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
(
@FILENAME VARCHAR(255)
, @MAILTO VARCHAR(255)
, @TITLE VARCHAR(255)
) ;
| 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:
exec http.dbo.UPLOAD 'ORADEV.HTTP.DBO.CRON','nospam@nospams.com'