Database in small network

J

JackOfAllTech

I am planning a rewrite of an old app that was in VB6. The original
app used a Jet Database Engine file(*.mdb) and different code
depending on whether it was at a location with a small peer-to-peer
network with no server or a location with only one PC. The new version
will use an XML configuration file to determine the location
information so I'll only have one codebase. What I am debating about
is the database system to use for it. For small offices am I better
off sticking to mdb files or running SQL server express on the system
hosting the data? Does it really matter which I use?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top