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

  • SEARCH
  • Home
  • 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 8352403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:57:09+00:00 2026-06-09T08:57:09+00:00

I want to implement a database desktop application with Python (PyGTK). Up to now

  • 0

I want to implement a database desktop application with Python (PyGTK). Up to now I was using sqlite3 but I read that it is not so nice, if few people wants to access it at the same time. I’m thinking now to switch to another interface but I don’t know which one or whether it is really necessary.

What I need/have:

  • 2 tables with about 2000 entries each, this is the main dataset but more will be added.
  • The database will be stored at a local network. The application will be used by about 5 people, on 5 different PC’s.
  • Usage of the tool is not very often, it is very unlikely that few people use/edit at the same time but it can happen.
  • Safety is a big point but since the tool is running in the intranet, I don’t need to care about login/backups. This is done by the server and IT stuff.
  • The database should be not too slow and here comes another point, each entry has about 3 image (all together 15000). I think to generate each of them live if the user select the corresponding entry will be to slow but I have to try this out. Alternatively I generate all images and store the file path in the DB.
  • OS must be Windows (XP/7/64bit)

Any suggestions?

  • 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-09T08:57:10+00:00Added an answer on June 9, 2026 at 8:57 am

    SQLite allows a single writer but multiple readers.

    Of course in this case that doesn’t matter. When multiple users try to open and write to that SQLite DB file on your network the last writer to the DB file would win and the other changes would be lost.

    You’ll want to use a database server like:

    • PostgreSQL (psycopg2)
    • MySQL (pymysql)
    • SQLServer (pymssql)

    The links in parenthesis are links to information on the Python DB-API drivers for those databases.

    The good news is that if you already have an application that works with the sqlite3 driver you really just need to go through and replace sqlite3 with the appropriate driver for whatever database you switch to. Well, you’ll also need to update your application with some additional information about where to connect to the database server on your network.

    For example, SQLite only requires a path to the DB file while any of the databases above will require a host / IP address, port, database name, database username, and database password.

    Personally I’d favor PostgreSQL but this most likely up to your IT and Server staff what they want to support. I imagine you could get by with something like SQLServer Express (as your dataset doesn’t seem that large) and that may fit more nicely with the Windows environment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement a temporal database using mysql. I have found out that
I am using DataNucleus' implement of JDO on a local H2 database. I want
I want to implement Undo and Redo functionality not only for client side but
I develop desktop-based WPF-application, that uses SQL Server 2008 R2 Database and ADO.NET Entity
I want to implement a simple attribute that is used to map Database Columns
I want to implement SQLite database for iPhone using PhoneGap. I know some basics
I want to implement my database helper class as a service, but it already
Some background: I want to develop a desktop application, with a SQL database as
I want to implement Native Mac application with Database. How can i implement database
Hi I want to implement a web service on a remote application server that

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.