RE: SQLCode in 8i

2001-03-28 Thread Regina Harter
We're not connecting via ODBC, we're using the native drivers, but yes, we have tried both the 7.3 driver we used to use and both the 8.0 and 8.1 drivers. At 12:12 PM 3/28/01 -0800, you wrote: >Regina, did you try using the ODBC driver that you used earlier. > >-Original Message- >Sent:

RE: SQLCode in 8i

2001-03-28 Thread Bala, Prakash
Regina, did you try using the ODBC driver that you used earlier. -Original Message- Sent: Wednesday, March 28, 2001 1:46 PM To: Multiple recipients of list ORACLE-L Thanks for the suggestion, Prakash, but SQLDBCode is also returning 0 for no rows found. At 08:25 AM 3/28/01 -0800, you

RE: SQLCode in 8i

2001-03-28 Thread Regina Harter
Thanks for the suggestion, Prakash, but SQLDBCode is also returning 0 for no rows found. At 08:25 AM 3/28/01 -0800, you wrote: >Regina, try sqldbcode. This will give the exact Oracle return code. > >Prakash > >-Original Message- >Sent: Wednesday, March 21, 2001 9:05 PM >To: Multiple reci

RE: SQLCode in 8i

2001-03-28 Thread Bala, Prakash
Regina, try sqldbcode. This will give the exact Oracle return code. Prakash -Original Message- Sent: Wednesday, March 21, 2001 9:05 PM To: Multiple recipients of list ORACLE-L We have a number of Powerbuilder applications for which we have been using the SQLCode returned from a sql st

SQLCode in 8i

2001-03-21 Thread Regina Harter
We have a number of Powerbuilder applications for which we have been using the SQLCode returned from a sql statement execution to determine the next action, depending on if the statement failed (SQLCode < 0), didn't return any rows (SQLCode = 100) or successfully returned data (SQLCode = 0). W