Python Forum
Python keeps inserting NULL values into table
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python keeps inserting NULL values into table
#5
Are you sure you're using the correct syntax for the placeholders in the statement? The docs suggest that what you're doing is incorrect.

Also, a couple of things:

1
You shouldn't leave your DB connection details in your post.

2. Is this application for your own learning or something meant for serious use? If the latter, you shouldn't be storing passwords in the clear; they should be hashed and salted.
Reply


Messages In This Thread
SQL not INSERTING into table - by card51shor - Jun-09-2020, 01:31 AM
RE: SQL not INSERTING into table - by Larz60+ - Jun-09-2020, 02:08 AM
RE: SQL not INSERTING into table - by card51shor - Jun-09-2020, 02:27 AM
RE: Python keeps inserting NULL values into table - by ndc85430 - Jun-09-2020, 04:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with number of rows containing null values PythonSpeaker 3 2,304 Nov-23-2019, 06:53 PM
Last Post: ibreeden
  Issues with Inserting Values into an Empty List with a While Loop TommyMer 2 3,850 Sep-12-2018, 12:43 AM
Last Post: TommyMer
  file a table of values Ybivashka322 4 3,845 Dec-14-2017, 06:11 PM
Last Post: mpd

Forum Jump:

User Panel Messages

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