Author Topic: Vinyl Record Database Beta Release 0.99c  (Read 2796 times)

0 Members and 1 Guest are viewing this topic.

Offline rcamp48

  • Newbie
  • Posts: 62
    • View Profile
Vinyl Record Database Beta Release 0.99c
« on: February 01, 2021, 09:17:26 pm »
I have written a basic database program for the average Vinyl record collector, however it is not behaving properly, it inputs eerything but the output to a random accrss database is not working right, could someone have a look at the code and tell be where I am going wrong?

 
Russ Campbell
rcamp48@rogers.com
BBS Files Programmer

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
Re: Vinyl Record Database Beta Release 0.99c
« Reply #1 on: February 01, 2021, 09:21:04 pm »
It would be nice to see this in MySQL
Shuwatch!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Vinyl Record Database Beta Release 0.99c
« Reply #2 on: February 01, 2021, 10:54:15 pm »
The trouble with testing database programs is having to wade through a data entry screen and 20 inputs per record is the worst!

How about putting all the questions in a text file
x1 =
y1 =
this =
that =
ect =
...

and have user access the txt file and fill the right side of = signs

Then have the program code open the text file and read in all the data right of the = sign

That way the user can have at the whole screen of data and submit it once he's got all the stuff filled in to perfection.

And if you want someone else to check code have some data file ready to check it with.

Offline rcamp48

  • Newbie
  • Posts: 62
    • View Profile
Re: Vinyl Record Database Beta Release 0.99c
« Reply #3 on: February 02, 2021, 09:50:29 pm »
There are no entries in it and I have a new version, its working better...... I will post it here, I want to chnage it to support 45 pm records
Russ
https://mega.nz/folder/FIsFCAJD#SG78tgyQTFL2tkEsFAAyRg
Russ Campbell
rcamp48@rogers.com
BBS Files Programmer