Hi All,

Is there there a way for me to add a portable database to an application?

In other words, i want to install my application on a other pc, then during install, the database must be stored or installed somewhere on that pc.

Im just thinking of sorting this out before I develop something.

Recommended Answers

All 2 Replies

I use MySQL at work for this kind of thing. You can do a database restore from a self contained file to load in the data. Note that for large databases this can take a while.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.