Unable to connect DB2 Database with Python in Visual Studio
I have installed Python 3.12.5 and Visual studio. I have followed the steps mentioned in the link https://github.com/ibmdb/python-ibmdb/blob/master/INSTALL.md (Step 1) . Executed the below command,
Invalid argument value. SQLSTATE=HY009 SQLCODE=-99999 with executemany() using Python
I want to insert records in batches in DB using executemany() using python. I have a below code