Environment Details. Windows 10 - Python3.5 - Flask - SQL SERVER - PyOdbc.
cur.execute("insert into T1 (ID_CUSTOMER, ID_ENVIRONMENT) values (?, ?)",
select id from CUSTOMER where name = form['customerId'],
select id from ENVIRONMENT where name = form['environmentId'],
)