Results 1 to 3 of 3

Thread: Shopping Center DataBase

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2016
    Posts
    104

    Post Shopping Center DataBase

    Hello Dear Friends

    I'm not a programmer but I interested in programming and I want to learn more. I can write simple codes but now I want to be better at programming, therefore I need a simple demo of (Shopping Center Database).

    - Store (Adding new items, counting remained items in the store)
    - Bank (Items and # of each Item, total sum of bought items, the total sum of sold items, filter by item, search)
    - Sales (How much the amount of $, How many items sold)
    - Main page (Saling window listview as below:

    Col1 Col2 Col3 Col4 Col5 Col6
    # Item Pice Qty Sum Note
    1 Bag 10$ 03 30$ ---
    2 --- --- --- --- ---
    3
    4

    Thank you
    Please help!

  2. #2
    PowerPoster SamOscarBrown's Avatar
    Join Date
    Aug 2012
    Location
    NC, USA
    Posts
    9,145

    Re: Shopping Center DataBase

    Well, first...create a database. MANUALLY. What database tool are you planning on using?
    Once you have THAT figured out, create your table(s) with properly named fields and add some test data/information (MANUALL).

    As far a VB6 is concerned (and you have a DB created), there are lots of examples on this forum as well as the internet on how to use VB6 with different kinds of databases (SQLITE, ACCESS, ORACLE, etc etc).

    Sam
    Sam I am (as well as Confused at times).

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2016
    Posts
    104

    Re: Shopping Center DataBase

    Thanks I will try something and I will be back if I faced a problem of confusion!
    Thanks for your reply

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width