Coordinating Visual Basic with mySQL
Posted: Tue May 24, 2005 12:37 pm
i've been looking around on google for a while now, but i can't seem to find any decent resources for connecting a visual basic app to a mySQL database... all the examples are using exactly the same code which doesn't explain itself at all, nor does it seem to work for executing more than one query after a wait.
Basically, I'm writing a huge php song library, but retrieving >10,000 songs, weeding out a few of the broken ones, retrieving ID3 info from each one and putting it all into a database, then executing plenty of sql queries to INSERT each song into the database tends to take a while... So, I'm using Visual Basic to do all the really intensive stuff, and leaving php for the browsing and front-end part, which is good because it is allowed to take >5 minutes without everything dying on itself, but horrible due to complete lack of documentation.
I'd be using C++, but I'm really out of practice with it and would rather just get this part of the project done without relearning everything, plus the new stuff.
Any help, links, suggestions, "are you mad!?", etc. would be greatly appreciated, thanks guys
Basically, I'm writing a huge php song library, but retrieving >10,000 songs, weeding out a few of the broken ones, retrieving ID3 info from each one and putting it all into a database, then executing plenty of sql queries to INSERT each song into the database tends to take a while... So, I'm using Visual Basic to do all the really intensive stuff, and leaving php for the browsing and front-end part, which is good because it is allowed to take >5 minutes without everything dying on itself, but horrible due to complete lack of documentation.
I'd be using C++, but I'm really out of practice with it and would rather just get this part of the project done without relearning everything, plus the new stuff.
Any help, links, suggestions, "are you mad!?", etc. would be greatly appreciated, thanks guys