Making Database?

Previous topic - Next topic

Hotshot

How would I make Database of Football Players? reading from text files(from notepad as that would make less coding)

I know that Type is better than Arrays but are they the faster when come adding players when come to buy and removing player if been sold?  O_O

MrPlow

Hi

Speed or Array and Type creating or writing wouldn't be a concern I think.

Unless you were processing hundreds or thousands in one go from a data import.

But individually retrieving or creating - that wouldn't be noticeable to a user.

So I would go with Types and u can loop through and manage easier that way.

Comp:
Speccy-48k, Speccy-128k, Amigas, PCs

Hotshot

thanks man and I will try that :)