QB64.org Forum

Active Forums => Programs => Topic started by: rcamp48 on February 01, 2021, 09:17:26 pm

Title: Vinyl Record Database Beta Release 0.99c
Post by: rcamp48 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?

  [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: Vinyl Record Database Beta Release 0.99c
Post by: SpriggsySpriggs on February 01, 2021, 09:21:04 pm
It would be nice to see this in MySQL
Title: Re: Vinyl Record Database Beta Release 0.99c
Post by: bplus 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.
Title: Re: Vinyl Record Database Beta Release 0.99c
Post by: rcamp48 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 (https://mega.nz/folder/FIsFCAJD#SG78tgyQTFL2tkEsFAAyRg)