Is there anyway I can use Python to fill in an Oracle form rather than typing
it in myself.I.e take values from a .csv file and put them into an Oracle
form.Any ideas (I have googled it) what libraries to use?
___
Tutor maillist - Tutor@python.org
T
-
Message: 2
Date: Thu, 22 Mar 2018 18:35:17 +0100
From: Peter Otten <__pete...@web.de>
To: tutor@python.org
Subject: Re: [Tutor] Oracle forms
Message-ID:
Content-Type: text/plain; charset="ISO-8859-1"
David Holland via Tutor wrote:
> Is there anyway I can use Py