Hello Informix users:
I'm offering
DBStudio for Informix as a Free application in trail mode (you can't save or restore files, but you can do everything else.)
If anyone is interested in trying this software, please e-mail me.
DBStudio for Informix is a SQL Delphi-like Editor IDE for rapid store procedure
and query development. It is targeted for Software developers and database
administrators primarily.
The primary objective of DBStudio is to enhance and speed up SPL database
development.
--------------------------------------------------------------------------------
1.) INTRODUCCION
--------------------------------------------------------------------------------
This is version 1.0.9 of DBStuido for Informix.
DBStudio for Informix was/is developed completely by:
- Jose J. Sanchez Rico (jesussanchez@iteso.mx,
SanchezJose@hotmail.com,
jesussanchez@mayanresorts.com.mx,
is34704@msn.com (Messanger))
PLEASE REPORT BUGS, NEW FEATURES, PROPOSALS TO THE EMAILS ABOVE WITH DBSTUDIO AS
SUBJECT.
DBStudio for Informix is a SQL Delphi-like Editor IDE for rapid store procedure
and query development. It is targeted for Software developers and database
administrators primarily.
The primary objective of DBStudio is to enhance and speed up SPL database
development.
DBStudio is FREE, as is, without guarantees or support of any kind.
(But will be willing to add new features and fix bugs).
--------------------------------------------------------------------------------
2.) HISTORY:
--------------------------------------------------------------------------------
DBStudio was born because of my need to develop triggers, views, and
store procedures for a LARGE informix database. I never found an IDE or Editor
that could fit my needs for managing source code, the way Delphi does it for
Pascal code. So I developed this tool to help me do so.
--------------------------------------------------------------------------------
3.) INSTALATION:
--------------------------------------------------------------------------------
1. Unzip to folder and use.
2. To create a conection to an informix database you must put the values as int
Setnet32.
Example:
Connection: Name of the connection "My connection"
Instance / Server: on_informix
Database: dbmydatabase
User: informix
Password: mypassword
--------------------------------------------------------------------------------
4.) FEATURE LIST:
--------------------------------------------------------------------------------
1. Advanced Syntax Highlighting for Informix
a. Tables
b. Stored procedures
c. Reserved words
d. Data types
e. SQL Functions
2. Code Completion.
3. Code Templates. (Customizable).
4. Store procedure parameter listing
5. Bookmarks
6. Find-Go to store procedures
7. Search, Replace, go to line…
8. DB Properties Treeview with
a. Tables (Columns, Primary Keys, Foreign Keys, Indexes,
Unique Constraints and Check Constraints
b. Store procedures (and their definition)
c. Views (and their definition)
d. Triggers (and their definition)
e. Other Database types
9. Printing with syntax highlighting.
10. Save-restore sql files.
11. Multiple editor windows
12. Telnet integration (simple telnet).
13. Languages (Spanish, English)
--------------------------------------------------------------------------------
5.) KNOWN BUGS:
--------------------------------------------------------------------------------
1. Executing multiple non-query statementes (create, insert...) does not
work sometimes (Drop-create Triggers). Must be done 1 by 1.
2. Subqueries not supported completely for viewing.