Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:odbc:examples:simpleselect [2009/12/07 02:59]
tdo
dev:odbc:examples:simpleselect [2016/06/28 22:38] (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>​
-====== C++ ODBC Simple Connection/​SELECT ====== +====== C++ Omnidex ​ODBC Simple Connection/​SELECT ====== 
-  * SQLConnect can only use System and Machine datasources+^ [[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.
   * SQLDriverConnect can use a Omnidex File DSN with the FILEDSN= prefix.   * SQLDriverConnect can use a Omnidex File DSN with the FILEDSN= prefix.
   * Make sure odxodbc.dll is in the c:​\Windows\system32 directory   * Make sure odxodbc.dll is in the c:​\Windows\system32 directory
   * Make sure an OdxNet process is running   * Make sure an OdxNet process is running
 +
 ===== C++ Sample Code ===== ===== C++ Sample Code =====
 +You can cut and paste this code and modify the the SQLDriverConnection call and the SELECT statement to test on your Omnidex Environment.
  
 <code C++> <code C++>
 
Back to top
dev/odbc/examples/simpleselect.1260154760.txt.gz · Last modified: 2016/06/28 22:38 (external edit)