This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:odbc:examples:simpleselect [2009/12/07 03:04] tdo |
dev:odbc:examples:simpleselect [2016/06/28 22:38] (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> | ||
| ====== C++ Omnidex ODBC Simple Connection/SELECT ====== | ====== C++ Omnidex ODBC Simple Connection/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 ===== | ||
| + | |||
| * SQLConnect can only use System and Machine datasources so use SQLDriverConnect. | * SQLConnect can only use System and Machine datasources so use SQLDriverConnect. | ||
| * SQLDriverConnect can use a Omnidex File DSN with the FILEDSN= prefix. | * SQLDriverConnect can use a Omnidex File DSN with the FILEDSN= prefix. | ||