You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sybase.public.ase.aseisql
Thinking about a new visual object (tab page) that could be configured
through stubs.sql
This will be an object that allows to modify data or administrate
system objects.
The view:
- data grid.
Configuration:
- sql to fill grid
- sql to delete row
- sql modify row ( could be specific for each column )
- sql to insert data
Use case:
- for example i want to create a GUI to manage server properties. In
special section of stubs.sql i define sql to retrieve data and sql to
update values (standard stored procedure). new item in the object
browser will be created. when you activate it, new tab page will be
opened (like "view processes") with ability to modify data in the grid
and save changes.
This modification will allow to create administration functions quite
easy.
If somebody have something to add here, you are welcome.