Search results for query: *

  • Users: FPM
  • Order by date
  1. F

    Connect to Access Database on CD-ROM

    When I try to read the database from the CD ROM, it tries to create the .ldb file. Since that is not possible in the CD ROM, I need to open the database with exclusive access from within the code. I could do that in VB 6, but I have not found a way to do it in .net. Can you help? FPM
  2. F

    Connect to Access Database on CD-ROM

    I have a small application that connects to an Access database file. The application only reads from the database so we want to run it from a CD. In VB 6 I could use ReadOnly=1; Exclusive=1 on my connection string and it would work. On VB.net I use Mode=Read but apparently that is not enough and...
Back
Top