Python Forum
Need help with SQLite data input
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with SQLite data input
#2
You never put anything in the database,
the table was created properly
using the command line interface, here's a snapshot of your database:
Output:
λ sqlite3 example.db SQLite version 3.21.0 2017-10-24 18:55:49 Enter ".help" for usage hints. sqlite> .schema CREATE TABLE customers_main(acctnum TEXT, custname TEXT); sqlite> select * from customers_main; sqlite> select count(*) from customers_main; 0 sqlite> .quit
Reply


Messages In This Thread
Need help with SQLite data input - by donmerch - Feb-06-2018, 02:26 AM
RE: Need help with SQLite data input - by Larz60+ - Feb-06-2018, 02:44 AM
RE: Need help with SQLite data input - by donmerch - Feb-06-2018, 03:06 AM
RE: Need help with SQLite data input - by Larz60+ - Feb-06-2018, 06:12 AM
RE: Need help with SQLite data input - by donmerch - Feb-06-2018, 10:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with to check an Input list data with a data read from an external source sacharyya 3 507 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  need help with data analysing with python and sqlite Hardcool 2 417 Jan-30-2024, 06:49 AM
Last Post: Athi
  manually input data jpatierno 0 374 Nov-10-2023, 02:32 AM
Last Post: jpatierno
  Input network device connection info from data file edroche3rd 6 1,164 Oct-12-2023, 02:18 AM
Last Post: edroche3rd
Question in this code, I input Key_word, it can not find although all data was exact Help me! duchien04x4 3 1,120 Aug-31-2023, 05:36 PM
Last Post: deanhystad
  Showing an empty chart, then input data via function kgall89 0 1,004 Jun-02-2022, 01:53 AM
Last Post: kgall89
Question Change elements of array based on position of input data Cola_Reb 6 2,213 May-13-2022, 12:57 PM
Last Post: Cola_Reb
  input data validation plumberpy 2 1,843 Aug-11-2021, 12:04 PM
Last Post: plumberpy
  Error while transferring data from sqlite to elasticsearch - please help! ps96068 1 2,733 Jun-12-2021, 09:24 AM
Last Post: ibreeden
  Importing data from a text file into an SQLite database with Python macieju1974 7 4,251 Jun-29-2020, 08:51 PM
Last Post: buran

Forum Jump:

User Panel Messages

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