I want to use SendMessage/PostMessage to send some keys to an applications textbox. I used Microsoft Spyxx to get class name of this textbox. Now I have the problem that there are several textboxes in
如下所示: conn = cx_Oracle.connect(\'username/password@ip:port/servername\') cur = conn.cursor() cur.execute(\'SELECT * FROM \"db\".\"table\"\')