The methods of the z class are listed below. For a complete list of z class members, see the z Members topic.
ASPdbArc | Method - Display Archives with pre-programmed options. Just upload data files and a single simple aspx file to a virtual directory and the rest can be all automatic or under user control. |
ASPdbCalendar | Returns a stand alone rich featured calendar. |
ASPdbClearLogin | Clear login record for standalone login. |
ASPdbConvert | Encrypt and Decrypt any text. |
ASPdbDownload | Overloaded. Executes the download without any user interface. |
ASPdbDS | Overloaded. This function method process the connection and SQL and returns a dataset. Use can take this dataset and process with Web controls. MagicCell, LookUp and relevant filters are supported. |
ASPdbDynaList | Execute Dynalist. |
ASPdbExecuteCmd | Execute the dbSilentCmdText in a "stand alone" mode and returns the total records affected in executing multiple SQLs (-1 = error). |
ASPdbGetStockTicker | Get stock tickers from yahoo and return in various formats. Getting stock tickers from the finance.yahoo.com page is becoming the De Facto standard. ASPdbGetStockTicker implements a full blown version of this activity. The selection of the ticker values is streamlined using the TagIndex. |
ASPdbHead | Returns the code for the <HEAD> block and the title. |
ASPdbLogin | Stand alone Login. |
ASPdbMyInputForm | Produce Input FORM according to dbMyInputFlds. |
ASPdbNET | Overloaded. Primary method. |
ASPdbPostBack | Application Re-Entrant detection - same as PostBack. |
ASPdbReadXML | Read an XML file as datasource. |
ASPdbRemote | Execute remote script file. |
ASPdbRemoteDataCollection | Overloaded. Collect the file from all the URLs and create a table. |
ASPdbSearchFiles | Stand alone search file application. |
ASPdbSendMail | Overloaded. Execute SendMail accordingly to properties set by dbMail in Non-StandAlone mode. |
ASPdbSendReport | Send report to browser in MS Word format. |
ASPdbSendTemplate | Send a specify template to the browser after all the macro objects are filled. |
ASPdbSP | Overloaded. Execute Stored Procedures using on-the-fly or full parameter options. If dbStoredProc is used, dbSQL is ignored. To define output variables, use the Full parameters syntax and intdir=2. The returned variable can be obtained via GD..Get_SPOutput("@Variable Name") |
ASPdbSP2DS | Execute Stored Procedures and return the result in a dataset. Multiple result sets is contained in Datset tables. |
ASPdbUpload | Execute standalone multiple files upload. |
ASPdbUserChart | Overloaded. Returns the chart HTML code w/o title and Css. |
ASPdbWriteXML | Write existing Recordset as an XML file. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
TornadoInfo | This function call reports all the DotNet system metrics and should be kept at reach to review the DotNet and Tornado setup. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |