Skip to content
Advertisement

Tag: odbc

Use external packages in eth-brownie?

I am trying open a ERC721 smart contract in Brownie on VSCode and loop through the token ids and set the URI of each in each iteration. I execute the script with brownie run scripts/parcel_asset/testpyodbc.py. I am trying to use an ODBC driver named pyodbc to query an Access database and create a cursor to iterate. It works fine when

TopSpeed ODBC Driver for Python 3.x

Is there a way to make the old school TopSpeed (.TPS) database work in Python? Basically, I want to convert a data aggregation C# app that turns various data from AS/400 DB2 and some .TPS files from a mapped drive, into a Python web app. The DB2 part has already been taken care of. I’ve been thinking that this can

Advertisement