Found out little problem was very big one!

2008-04-01 Thread Nicoll, Alan
Forget my request about the arjni63 library; I found the problem. So, the good news is I found out why my code failed; the bad news is it failed because there is no library available for Solaris 10 on 386. Does anyone have any good suggestions as to what method will work to update a record in

Re: Found out little problem was very big one!

2008-04-01 Thread Axton
The 7.1 api is almost native. I believe if you are connecting to 7.0.1 or later server, that you can force the use of native methods, thus eliminating the requirement for the native libraries. Other alternatives include: - web services - odbc (pl/sql, tsql, etc) - i know there are others, but