I need to create a database that will store data such as ID's and serials. Id like to stay away from things like sqlite if possible. Also I do not want to save the data after the program has terminated, if it does save it then it will just have to be deleted when it restarts. Thank you