Plugin needed

miltec

Does anybody know of a plug in the will output data to an SQL database?

I'm writing a timing system to with more function that the normal in game system.

Any help would be appreciated ;)
 
Download the sample plugin from ISI and then modify it a little to do what you want. The sample plugin simply appends the scoring data to a txt file. You can use their code as a guide and simply modify it to overwrite the output file rather than append and then modify the output to be a standard XML file. Then write a stand alone program in what ever language you what that reads this file every few seconds and then inserts the data into your SQL database.
 

Back
Top