Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLNROWs = -11 ????

Status
Not open for further replies.

kaul125

Programmer
Jan 29, 2002
87
US
I'm executing an embedded sql statement within my PB6.5 code and the transaction object returns the following:

sqlca.sqlnrows = -11

sqlcode and sqldbcode both = 0 and sqlerrtext = ""(empty string)

I'm using Sybase Adaptive Server Anywhere Database Engine Version 8.0.1.2600 as my database(previous version was sybase sqlanywhere 5.0)

What does this negative # mean for sqlnrows? Since there is no othere error code/error text how can I correct this problem?

My embedded SQL looks like:

Select col_one into :li_value
from table_name
where key_one = :ii_key_one
using sqlca;

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top