I am experiencing problems connecting to an Oracle db via a simple GTK app I have built:
using 'odbc_connect("MY_DSN","USER","PASS");'
where MY_DSN is a working Intersolv Oracle ODBC driver I am unable to connect to the data source and receive the following error
12154 TNS: cannot resolve service
when I use the same connect script and driver via a web interface I can connect OK.
any ideas?
p.s. the GTK app can connect to mysql and msexcel via appropriate ODBC drivers.