Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to set echo ON in Python call to Oracle SQL
Post: RE: how to set echo ON in Python call to Oracle SQ...

Hi Ibreeden, That suggestion worked. Thanks for the help. Output: ./newtest.py select name from v$database NAME --------- TESTDB
nmrt General Coding Help 4 3,740 Sep-21-2019, 05:40 AM
    Thread: how to set echo ON in Python call to Oracle SQL
Post: RE: how to set echo ON in Python call to Oracle SQ...

Hi, In my current code, my SQL statement is not displaying on the screen, i am getting only the result. is there anyway to display both the query and result? I dont have access to install CX_ORACLE, ...
nmrt General Coding Help 4 3,740 Sep-20-2019, 06:38 AM
    Thread: how to set echo ON in Python call to Oracle SQL
Post: how to set echo ON in Python call to Oracle SQL

Hi All, I am beginner in Python, i am trying to access oracle DB from Python program. I am able to get the output with the below code. However, i want the SQL query which i ran along with the output....
nmrt General Coding Help 4 3,740 Sep-19-2019, 01:19 AM
    Thread: difference between today, and today variables
Post: RE: difference between today, and today variables

Hi, Thanks for the explanation i got it now.
nmrt General Coding Help 2 2,445 Nov-25-2018, 10:06 AM
    Thread: difference between today, and today variables
Post: difference between today, and today variables

Hi All, I want to know what is the difference between variables " today," and "today" in the below example. First option is giving output in date format, while second one is not . Just by adding "," ...
nmrt General Coding Help 2 2,445 Nov-25-2018, 02:41 AM
    Thread: Hi All, how to hide/mask user input in PySimpleGUI
Post: RE: Hi All, how to hide/mask user input in PySimpl...

I found it, thanks [sg.Text('Password', size=(15, 1)), sg.InputText('', key='Password', password_char='*')],
nmrt GUI 1 14,949 Sep-21-2018, 09:59 AM
    Thread: Hi All, how to hide/mask user input in PySimpleGUI
Post: Hi All, how to hide/mask user input in PySimpleGUI

Hi All, how to hide/mask user input in PySimpleGUI I am reading password via simplegui and i want to mask it, how to acheieve it?
nmrt GUI 1 14,949 Sep-21-2018, 01:57 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020