sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43412
Re: [Question #653769]: How to run a executable query in Oracle -Sql Developer
Question #653769 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653769
Status: Open => Answered
Manfred Hampl proposed the following answer:
You need to have the statements
text_file.write(value) ## Here i am passing the column 33 values=2 executable queries
text_file.write(Key.ENTER)
text_file.write("/")
text_file.write("\ncommit;")
inside the
"for rx in range(sheet.nrows):"
loop.
Please consult the Python manuals to learn how to correctly use indents
for grouping statements.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.