Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Experts*
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...