| Fangles
|
253
|
 |
|
04-27-2006 09:07 AM ET (US)
|
|
Edited by author 04-27-2006 09:07 AM
That makes a lot of sense as wikipedia seems to be updated just about every few minutes.
I finally got my code requesting and parsing pages from ifsdb so now I have to learn to parse and clean up wiki entries (which are untidy code layouts IMHO) so that I can first:
a. Dump the table that I want in the format that I want b. Use my code to update the notes field with my now working code.
I also wrote a MySql query passer (yes, passer, not PARSER, as it does no checking) so that I can dump data from tables fast from MySQL server and then straight to disk in the format that I want. Easier than using the interactive terminal mode!! And if it weren't for the over 1 meg MySql dll, my code would be around 25k compiled. I love my compiler!!!
I am having fun and learning a lot. Thank you Al and Rafe for your kind help and your patience.
|