Storage Question

Started by
3 comments, last by LosingtheFight 18 years, 11 months ago
I am pretty decent in PHP, Visual Basic, and C++. I have a big project coming up. I need a standalone program that will contain a lot of user information and be able to sort through that information for various views. I've used mySQL in the past, but I need this to be standalone. What's the best way to do this? I've used MS Access, but Access is slow and unreliable. Does anyone know of a better way?/
Advertisement
I'll even entertain learning a new language for this. It needs to be run in windows. I was going to use VB for the quick developing time, but any suggestions will help.
I'd go with C# as it's C++ style with more added goodness, including a RAD environment.

Toolmaker

Use SQLite. http://www.sqlite.org

It's a standalone (will compile into your C/C++ program) library for using SQL databases.
Thanks guys, I'm going to try out VS C# I think. I found a free IDE called SharpDevelop which looks promising. Thanks for your help!

This topic is closed to new replies.

Advertisement