Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. please

please

Scheduled Pinned Locked Moved Database
database
5 Posts 4 Posters 62 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    daw htikehtike
    wrote on last edited by
    #1

    I would like to have a blank database already written. The list is for monthly entry and exit. Thank you all

    L J CHill60C 4 Replies Last reply
    0
    • D daw htikehtike

      I would like to have a blank database already written. The list is for monthly entry and exit. Thank you all

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Here is a simple table for SQLite:

      DROP TABLE IF EXISTS Times;

      CREATE TABLE Times (
      Name TEXT,
      TimeOn TEXT,
      TimeOff TEXT,
      );

      1 Reply Last reply
      0
      • D daw htikehtike

        I would like to have a blank database already written. The list is for monthly entry and exit. Thank you all

        J Offline
        J Offline
        jschell
        wrote on last edited by
        #3

        Unfortunately using a database is not simple. A post here is unlikely to be able to provide all of the information. There are tutorials that will explain how to set up a database, then create a schema and finally create a table in that schema. I suspect that is what you want. You would need to first determine what database you are going to use.

        1 Reply Last reply
        0
        • D daw htikehtike

          I would like to have a blank database already written. The list is for monthly entry and exit. Thank you all

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          [Entry-Exit System](https://home-affairs.ec.europa.eu/policies/schengen-borders-and-visa/smart-borders/entry-exit-system\_en)

          "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

          1 Reply Last reply
          0
          • D daw htikehtike

            I would like to have a blank database already written. The list is for monthly entry and exit. Thank you all

            CHill60C Offline
            CHill60C Offline
            CHill60
            wrote on last edited by
            #5

            Here is the link I posted to your QA question that was reported then deleted. Data Models[^] - lots of free, preprepared database schemas.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups