desmondtan Posted December 27, 2002 Posted December 27, 2002 I would to develop a database application used for single PC or single user only . The database only contains hundred of customer record , data entry form and reports . Which data source should I use : MSDE or Acess ? Please give commnets . Quote
*Experts* Nerseus Posted December 30, 2002 *Experts* Posted December 30, 2002 If you're not that familiar with SQL or databases, I'd go with Access especially given that it's only for a single user. If you may be moving to more users, I'd look more into MSDE but if you plan on using dynamic SQL, either database should be easy to use. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
desmondtan Posted January 3, 2003 Author Posted January 3, 2003 Thank you the comments . However , Most of the refrence book are talking about the MSDE and SQL . It is very difficult to troubleshoot a problem , get a reference and sample code when use Acess . Quote
*Experts* Nerseus Posted January 3, 2003 *Experts* Posted January 3, 2003 Well if all the examples you are finding and all of the books are all showing MSDE, then why not go that route? Sometimes there is no perfectly "right" answer. If you're just starting out on something, your best bet is to learn the basics (how to make a connection, right SQL, retrieve and save data) and worry about the database part later. Note that I wouldn't suggest this for a "real" project. But that's what prototypes are for - to figure out what works and what doesn't, especially when picking up something new (like .NET or Database access). -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
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.