× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



In Python 3.6 for PASE, I'm using ibm_db_dbi and have a SELECT of the form

c1.execute('''
select count(*) from myfile where key = ?
''', (value,))
print(c1.fetchone()[0])

The keys are unique, and the above prints 1.

But when I try to update that row with

c1.execute('''
update myfile set field = ? where key = ? with nc
''', (value1, value2))
print(c1.rowcount)

it prints 8589934591. The whole file only has a few thousand records.

What the heck?

Kevin, if you're reading this, should I create an issue on GitHub? If
so, should it be on your IBM i fork?

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.