Hi folks,
I have a task to write an application that requires a database backend. At
most I will have 5 or so concurrent users, and perhaps 30 users total. I
need to store the database file(s) at a UNC location on the network that's
backed up regularly, but I can't rely on IT to maintain a database service
there. Is it possible to use the Jet driver (the app will be written in
MFC) from different client machines to simultaneously access this single
database file? Or perhaps I should look at a different database? SQLite?
I'm not yet knowledgeable with databases so I'm looking at this problem from
different angles with the help of some you very smart folks. My apologies
if this is the wrong newsgroup.
Thanks much,
JJ
I have a task to write an application that requires a database backend. At
most I will have 5 or so concurrent users, and perhaps 30 users total. I
need to store the database file(s) at a UNC location on the network that's
backed up regularly, but I can't rely on IT to maintain a database service
there. Is it possible to use the Jet driver (the app will be written in
MFC) from different client machines to simultaneously access this single
database file? Or perhaps I should look at a different database? SQLite?
I'm not yet knowledgeable with databases so I'm looking at this problem from
different angles with the help of some you very smart folks. My apologies
if this is the wrong newsgroup.
Thanks much,
JJ
Comment