This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:odbc:examples:csharp_simple_select [2009/12/06 08:46] tdo created |
dev:odbc:examples:csharp_simple_select [2012/10/26 14:28] (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> | ||
| - | <code C#> | + | |
| + | ====== C# Omnidex ODBC Simple Select ====== | ||
| + | ^ [[dev:home | Dev ]] ^ [[dev:odbc:examples:simpleselect | C++ ]] ^ [[dev:odbc:examples:csharp_simple_select |C# ]] ^ [[dev:jdbc:examples:simpleselect | Java ]] ^ [[dev:odbc:examples:php_select | PHP ]] ^ | ||
| + | ===== Quick Notes ===== | ||
| + | * Use a USER ODBC Datasource | ||
| + | |||
| + | ===== C# Sample Code ===== | ||
| + | <code Csharp> | ||
| using System; | using System; | ||
| using System.Collections.Generic; | using System.Collections.Generic; | ||