Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8300095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:25:23+00:00 2026-06-08T16:25:23+00:00

I want to add some data from variables into my database using sqlite library

  • 0

I want to add some data from variables into my database using sqlite library in python. I create a table and then run the sql statement. Here is my simple code:

import sqlite3
db = sqlite3.connect("dbse.sqlite")
cursor= db.cursor()
cursor.execute("CREATE TABLE Myt (Test TEXT)")
variable = ('aaa')
cursor.execute('INSERT INTO Myt VALUES (?)' , variable)
db.commit()

but after running the code, this error comes up:

cursor.execute('INSERT INTO Myt VALUES (?)' , variable)
sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 1, and there are 3 supplied.

When I insert a variable that contains a one character value, it works well but when I use a variable with more than one character, it doesn’t work.
I use python 3.2.3 .
Do you have an idea to solve it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T16:25:28+00:00Added an answer on June 8, 2026 at 4:25 pm

    Your variable should be a tuple:

    variable = ('aaa',) # Notice the comma
    

    When creating a one-element tuple, you need to use comma at the end. As a side note, bear in mind that using the tuple() method won’t give what you want:

    >>> tuple('aaa')
    ('a', 'a', 'a')
    >>> ('aaa',)
    ('aaa',)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to add some more library and helpers file into Pyrocms which is
I want to add some style to head tag in html page using javascript.
I want to add some custom roads using google maps api (i.e. off-road routes,
I want to pull data from table Province_Notifiers and also fetch all corresponding items
I am using the ex0622 data from library Sleuth2 library(Sleuth2) library(lattice) attach(ex0622) #Using the
I am using Orange (in Python) for some data mining tasks. More specifically, for
I have a website built with ASP.NET (3.5) and want add some level of
I want to add some no. of days to get the future date. And
I want to add some jQuery functionality to our sites where one piece of
I want to add some html in an email. I've tried the following. vFromName

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.