This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:odbc:sample [2011/01/12 23:08] els |
dev:odbc:sample [2012/10/26 14:51] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Development: ODBC Interface ====== | ====== Development: ODBC Interface ====== | ||
| - | [[dev:odbc:home|Overview]] | [[dev:odbc:datasources|ODBC Datasources]] | **[[dev:odbc:sample|Sample C# Program]]** | + | [[dev:odbc:home|Overview]] | [[dev:odbc:datasources|ODBC Datasources]] | [[dev:odbc:registering|Registering the Omnidex Driver]] | **[[dev:odbc:sample|Sample C# Program]]** | [[dev:odbc:examples:php_select | Sample PHP Program]] |
| ---- | ---- | ||
| Line 26: | Line 25: | ||
| Console.WriteLine("Omnidex Sample C# Program"); | Console.WriteLine("Omnidex Sample C# Program"); | ||
| - | string connString = @"DRIVER={Omnidex};CONNECTIONSTRING=[server1:7555]c:\class\simple.xml"; | + | string connString = |
| + | @"DRIVER={Omnidex};CONNECTIONSTRING=[server1:7555]c:\class\simple.xml"; | ||
| string sqlselect = @"select NAME, PHONE from INDIVIDUALS"; | string sqlselect = @"select NAME, PHONE from INDIVIDUALS"; | ||
| OdbcConnection conn = null; | OdbcConnection conn = null; | ||