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 04:31] tdo |
dev:home [2012/10/26 14:24] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <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 Quick Reference ====== | ====== Omnidex Development Quick Reference ====== | ||
| - | ^ [[dev:home | 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 ]] ^ | + | ^ 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 ===== | ===== Interfaces ===== | ||
| Line 8: | Line 11: | ||
| * [[dev:jdbc:home | JDBC ]] | * [[dev:jdbc:home | JDBC ]] | ||
| * [[dev:dbprocs:home | RDBMS Stored Procedure Interface ]] | * [[dev:dbprocs:home | RDBMS Stored Procedure Interface ]] | ||
| - | |||
| ===== Debugging ===== | ===== Debugging ===== | ||
| - | * [[ dev:debug | 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 ===== | ===== Example Programs ===== | ||
| ^ Language ^ Example ^ | ^ Language ^ Example ^ | ||