Needing a database to upload csv files into and then match players names to their points in the csv files.?
-
My program that runs the tournaments saves the players name and their points. Needing to be able to dump the files into a folder then total of their points per name. Add new players from any of the csv files into the database.
-
Answer:
Saving files in a database is a bad idea. That said, ANY database can store the filename of the csv file. You get that, open the file and get what you want. If this is on a website, use MySQL. If it's a desktop game, create a .mdb database and access it using ADO. (Use Access to create the file if you can't find any other way, but you can do it from within the program too, which is the best way. If the program can't find the file, it creates an empty database.)
ChrisB at Yahoo! Answers Visit the source
Related Q & A:
- How to match a drawn Chinese character to a database of stroke animations?Best solution by Signal Processing
- How to merge multiple CSV files into a single CSV file?Best solution by solveyourtech.com
- How to save RSS-feed to a database?Best solution by feeds2mysql.com
- How do I upload multiple files into a folder?Best solution by Yahoo! Answers
- How good is a career as a Database Administrator?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.