开发者

Another option instead for MS Access Table

开发者 https://www.devze.com 2022-12-30 08:25 出处:网络
I have a desktop form application that currently uses and Microsoft Access MDB file to store the data.If the users computer does not have access installed on their computer they have to download the M

I have a desktop form application that currently uses and Microsoft Access MDB file to store the data. If the users computer does not have access installed on their computer they have to download the MS Access Runtime to run the application or they get errors.

Is their a better option than us开发者_如何学JAVAing MDB files to store the data? Should I use XML?

Thanks


SQLite is widely considered to be a suitable alternative to MDB files.

Alternatively, you can use SQL Server Express.


I recommend SQLite

Google around there are many bindings for many languages.


Yes you could use XML but this also puts data in the clear (anyone can open the xml file and look at the data). If you include a quiet install of mdac in your application installation, you can solve your problem of msaccess runtime error. http://support.microsoft.com/kb/192009

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号