Quote:
Originally Posted by pro4never
#deleted
Your reply was inappropriate. His was slightly disrespectful so I'll remove it also but yours was just being immature.
That being said... just look at examples online as to how to combine C# with sql.
Then write some small example programs (always pull back from conquer first and look at GENERAL THEORY). Once you get a basic grasp of how to use sql then you can worry about converting one system at a time (for example convert characters to sql and all the required save/load methods then worry about other systems like items or w/e later!)
<edit>
There are TONS of ways to integrate sql including many existing libraries of varying complexities and purposes. That's why research is always recommended before choosing something.
|
Thanks for both the advice and for the deleting of both comments. I think what I'll do is try a small program that loads from a .ini and saves to a .mysql like Jacob suggested and then from there make that program load from MySQL and then convert one system at a time, like you said. Thanks a bunch!