PDA

Click to See Complete Forum and Search --> : Accessing a MDB on CD (Readonly)


itcsjh
Feb 1st, 2000, 10:58 PM
I have a basic VB app that reads from a MDB file using DAO. This works fine - until I write the whole lot to CD (where the MDB becomes read only). I then get nasty errors beacuse the MDB is read only. I'm not doing any writing of Data to the MDB - only reading. Does anyone know a solution to this?

bsmith
Feb 2nd, 2000, 11:35 AM
When connecting to a MSAccess database using VB, an .LDB file is created in the database directory. Check out this article from Microsoft.
http://support.microsoft.com/support/kb/articles/Q110/7/32.asp

itcsjh
Feb 2nd, 2000, 03:50 PM
And then there was light!

Thanks. Problem sorted.