Xkape Posted May 29, 2003 Posted May 29, 2003 I was wondering what would be the best way to write a text editor program. The functions i'm looking to have are these... Lastname, firstname, phone and note info. And i'm wanting this program to save all the contents per lastname, and I would like to append to it when searched for, which means I would need to be able to search as well. Any idea's or opinions on the best way about doing this? Thanks J Quote
Madz Posted May 29, 2003 Posted May 29, 2003 Why dont you try to save all these in a Database. Quote The one and only Dr. Madz eee-m@il
Xkape Posted May 29, 2003 Author Posted May 29, 2003 What kind? I don't have access to a sql server. J Quote
*Experts* mutant Posted May 29, 2003 *Experts* Posted May 29, 2003 Use MSAccess database, its good for small project. Otherwise if you have VS.NET, it comes with MSDE which is essentially SQL server but it has some limitations, for example concurrent connections and things like that. Great for testing. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.