Python Forum
Insert data to SQL through pymysql and flask
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert data to SQL through pymysql and flask
#4
(Oct-24-2017, 02:33 PM)buran Wrote: what datatype are On and Off columns in your database table? If you execute the above statement in the DB console does it work?

Also your column name On is problem, as ON is reserved word in MySQL
INSERT INTO Monday (Program, OnState, Off) VALUES (2,'0:00:00','0:00:00')
should work. Note that I changed the column name, as well added single quotes around time values 
Dude, the amount of beer I owe you is incredible, changed column name and worked first time. Thank you.
(Oct-24-2017, 02:41 PM)buran Wrote: Finally - I think your code can be simplified substantially

I know, I just wanted to get the base features working then I'll go back and evalute it.
Many thanks again
Reply


Messages In This Thread
RE: Insert data to SQL through pymysql and flask - by iainstott - Oct-24-2017, 03:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can users store data temporarily in flask app? darktitan 6 3,027 Mar-21-2022, 06:38 PM
Last Post: darktitan
  Creating tables with pymysql using Xampp newbie1 0 2,148 Jul-15-2020, 11:10 AM
Last Post: newbie1
  how to save the data from MySQL to CSV in Flask farah97 4 2,999 Jan-03-2020, 03:02 AM
Last Post: farah97
  Using flask to add data to sqlite3 table with PRIMARY KEY catafest 1 3,774 Sep-09-2019, 07:00 AM
Last Post: buran
  Flask data with dynamic updates from panadas parthi1705 0 2,127 Jun-19-2019, 09:59 AM
Last Post: parthi1705
  pymysql.err.InterfaceError nikos 1 3,067 Feb-24-2019, 02:07 PM
Last Post: nikos
  Issue with bottle-pymysql nikos 13 5,579 Feb-23-2019, 11:15 AM
Last Post: nikos
  unable to import pymysql IMuriel 3 7,428 Jan-08-2019, 08:56 PM
Last Post: IMuriel
  flask requests display data from api on webpage with javacript pascale 0 2,804 Oct-25-2018, 08:30 PM
Last Post: pascale
  Paginate json data in flask or jinja2 soli1994 1 8,336 Jun-28-2018, 06:00 PM
Last Post: gontajones

Forum Jump:

User Panel Messages

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