GeekArticles
Database
SybaseSybase Stored Procedures for Web
Author: sybernet.sri.com |
Published: 19th Aug 2005 |
Visited: 1584 times |
Add CommentFiled in: SybaseThis is very good tutorial on Sybase Stored Procedures covers teh following topics in detail. This guide will attempt to show you how to create stored procedures for the World Wide Web. As I was in the middle of writing this guide, I realized it was about 10 times more lengthy than what I intended. The interface you will be using is slick, writing stored procedures is a snap, and you can do some marvelous things in a very short time. But, there is lots of good information in this guide, and I wanted to be as complete as possible.
There is a facility known as the Common Gateway Interface or CGI that extends the functionality of a Web Server. This feature makes it possible to pass information from the client to an external application (known as the CGI application) which processes the information and returns the result to the client through the Web Server. Sybernet is a CGI that talks to a Sybase database.
What you will need
A Web Server
A Web Browser
A Stored Procedure Editor
Knowledge of HTML syntax
Knowledge of writing stored procedures
A Sybase account
Writing your stored procedure
The Form Screen
The Report Screen
Explaining the Form Screen
Explaining the Report Screen
Registering your procedure
Formatting Result Sets
Tips and Techniques
Frames
Tables and Forms
Buttons
User Preferences and the Menu Bar
Putting It All Together
Advanced Form Input
Form Input and Line Items
Sending Partial Result Sets
Handling Text and Image Data Types
Selecting Text and Image Data
Storing Text and Image Data
Retrieving Images
Advanced Topics
URL's
Redirection
Image Maps
HTTP Cookies
HTTP Headers
Filters
Filters, Formats, and Content-types
Rich Text Format
Reference
Sybernet Reserved Words
Security
The Stored Procedure Editor
The Stored Procedure Register
Interactive SQL
Limitations
Read Article Sponsored Links
Related Articles
• TAction does not update inside MDIChild Form stored in a DLL QC#: 11679 Version: 7.0 Status: New defect, requires tester review Description: Having an MDI Delphi application, I created a DLL in which I open an MDIChild form. When the DLL MDIchild form opens, the TActions inside the TActionList do not get update ...
• To Makeup Rows between two dates stored in database table. Hi tom,
Thanks very much for accepting my question.
I am not sure wather it is a right place to put(ask) this question.
I am using 10g release 2 on centos 5.0.
Anyways , Here we go,
Create table dt(fdate date, tdate date)
/
insert i ...
• Business Rules - Triggers, Foreign Keys or Stored Procedures Hi Tom,
I would like to ask for your advice on the most effective way, with respect to performance and management of code, to enforce the following example business constraint relating to relationships involving sub-types.
Consider the follow ...