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 03:09] 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 45: | Line 75: | ||
| ^ Language ^ Example ^ | ^ Language ^ Example ^ | ||
| - | | Java | [[dev:jdbc:examples:simpleselect | Java JDBC Simple Connection and Select ]] | | + | | Java | [[dev:jdbc:examples:simpleselect | Java JDBC Simple Connection and Select ]] | |
| - | | C | | | + | | 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:simpleselect | Windows C++ Simple Connection and Select ]] | | ||
| - | | C# [[dev:odbc:examples:csharp_simple_select | Windows C# 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 ]] | | ||
| + | | C | | | ||
| | Visual Basic | | | | Visual Basic | | | ||
| - | | PHP [[dev:odbc:examples:php_select | PHP Simple Connection and Select ]] | | ||
| | Cold Fusion | | | | Cold Fusion | | | ||
| | Microsoft Access | | | | Microsoft Access | | | ||