This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:home [2009/12/07 02:58] tdo |
dev:home [2012/10/26 14:24] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| <html><div align="center"><span style="color:red">DRAFT</span></div></html> | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| - | ====== Omnidex Development ====== | + | ====== Omnidex Development Quick Reference ====== |
| + | ^ Development ^ [[dev:odbc:examples:simpleselect | C++ ]] ^ [[dev:odbc:examples:csharp_simple_select |C# ]] ^ [[dev:jdbc:examples:simpleselect | Java ]] ^ [[dev:odbc:examples:php_select | PHP ]] ^ [[dev:dbprocs:oracle:sample_code | PLSQL ]] ^[[dev:dbprocs:sqlserver:sample_code | TRANSACT ]] ^ [[dev:debug | Debug ]] ^ | ||
| + | ^ Programs ^ [[programs:odxadmin:home | OdxAdmin ]] ^ [[programs:odxsql:home | OdxSQL ]] ^ [[programs:odxnet:home | OdxNet ]] ^ [[programs:odxaim:home | OdxAim ]] ^ [[ programs:dsedit:home | DSEDIT ]] ^ [[programs:dbinstal:home | DBINSTAL ]] ^ [[ dev:home | Quick Ref ]] ^ | ||
| + | ^ Interfaces ^ [[dev:odbc:home | ODBC ]] ^ [[dev:jdbc:home | JDBC ]] ^ [[dev:dbprocs:home | DB Procs ]] ^ | ||
| + | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| + | |||
| + | ===== Interfaces ===== | ||
| + | * [[dev:odbc:home | ODBC ]] | ||
| + | * [[dev:jdbc:home | JDBC ]] | ||
| + | * [[dev:dbprocs:home | RDBMS Stored Procedure Interface ]] | ||
| + | ===== Debugging ===== | ||
| + | * [[ dev:debug | Debugging ]] | ||
| + | ===== Pre Version 5.1 Environment Catalog Syntax ===== | ||
| + | * [[ oaenv:home | Environment Catalog Syntax ]] | ||
| + | |||
| + | |||
| + | ===== Tutorials ===== | ||
| + | ==== Creating a small Environment on a Flat File ==== | ||
| + | |||
| + | * [[ dev:tutorials:simple_envrionment_flat | Simple Environment on Flat File ]] | ||
| + | |||
| + | |||
| + | ===== Example Programs ===== | ||
| + | ^ Language ^ Example ^ | ||
| + | | Java | [[dev:jdbc:examples:simpleselect | Java JDBC Simple Connection and Select ]] | | ||
| + | | PHP | [[dev:odbc:examples:php_select | PHP Simple Connection and Select ]] | | ||
| + | | C++ | [[dev:odbc:examples:simpleselect | Windows C++ Simple Connection and Select ]] | | ||
| + | | C# | [[dev:odbc:examples:csharp_simple_select | Windows C# Simple Connection and Select ]] | | ||
| + | | TransactSQL | [[dev:dbprocs:sqlserver:sample_code | SQL Server TransactSQL Stored Procedure Example ]] | | ||
| + | | PL/SQL | [[dev:dbprocs:oracle:sample_code | Oracle PL/SQL Stored Procedure Example ]] | | ||
| ===== Main Development Components ===== | ===== Main Development Components ===== | ||
| Line 44: | Line 74: | ||
| Applications using Omnidex have been developed using: | Applications using Omnidex have been developed using: | ||
| - | * C | + | ^ Language ^ Example ^ |
| - | * C++ [[dev:odbc:examples:simpleselect | Windows C++ Simple Connection and Select ]] | + | | Java | [[dev:jdbc:examples:simpleselect | Java JDBC Simple Connection and Select ]] | |
| - | * C# [[dev:odbc:examples:csharp_simple_select | Windows C# Connection and Select ]] | + | | PHP | [[dev:odbc:examples:php_select | PHP Simple Connection and Select ]] | |
| - | * Visual Basic | + | | C++ | [[dev:odbc:examples:simpleselect | Windows C++ Simple Connection and Select ]] | |
| - | * PHP [[dev:odbc:examples:php_select | PHP Simple Connection and Select ]] | + | | C# | [[dev:odbc:examples:csharp_simple_select | Windows C# Simple Connection and Select ]] | |
| - | * Java | + | | TransactSQL | [[dev:dbprocs:sqlserver:sample_code | SQL Server TransactSQL Stored Procedure Example ]] | |
| - | * Cold Fusion | + | | PL/SQL | [[dev:dbprocs:oracle:sample_code | Oracle PL/SQL Stored Procedure Example ]] | |
| - | * Microsoft Access | + | | C | | |
| - | * Microsoft Excel | + | | Visual Basic | | |
| - | * MicroStrategy | + | | Cold Fusion | | |
| - | * Oracle Business Intelligence | + | | Microsoft Access | | |
| - | * SAP Business Objects | + | | Microsoft Excel | | |
| - | * Activant Speedware 4th GL | + | | MicroStrategy | | |
| + | | Oracle Business Intelligence | | | ||
| + | | SAP Business Objects | | | ||
| + | | Activant Speedware 4th GL | | | ||
| | | ||