vote up 1 vote down star

Is there a way to convert an ACCDB Access database to MDB using .NET libraries or COM objects?

Thanks

flag

75% accept rate
Why is MDB satisfactory and ACCDB is not? The changes to the file format are pretty minor. – David W. Fenton May 15 at 23:33
If you've been using user level security in mdb then the changes to the security mode are major. But I agree accdb is the future and if you need user level security then best to switch to a different product. – onedaywhen May 17 at 6:56
I've updated the question to be a bit clearer. – Cephas May 18 at 1:29

1 Answer

vote up 0 vote down

I'd have a different take on it. Is there a way you can get SQL server to export both an ACCDB format and a MDB format? There must be an option in their export routine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.