× 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.



We just got ibm_db_dbi installed and I have been trying it out. I have no issue retrieving information but cannot seem to be able to insert.

Using cursor.executemany() I am trying to insert several rows. Table is just a big list of tuples.

cur.executemany('insert into lib.table (LIBNAME,LIBTYPE,TO_LVL,TO_ENV,LIBAPP,MST_OWNER) values (?,?,?,?,?,?)',table)

Rough idea of what Table looks like.
<class 'list'>: [('LIBONE', 'DTA', Decimal('10'), 'SomeText', 'XXXX', 'NameasText '), ('LIBTWO', 'DTA', Decimal('10'), 'SomeText', 'XXXX', 'NameasText ')]

So it executes the statement like it is successful, but I never get any data inserted into my table. I haven't found any examples anywhere yet using ibm_db_dbi for inserting.
NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message,
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution
is strictly prohibited. If you have received this message in error, please
immediately advise the sender by reply email and delete all copies.

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.