Results 1 to 2 of 2

Thread: Help:Connection to database Access on CDRom not work in win 98, Me, but work in winxp

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    1

    Help:Connection to database Access on CDRom not work in win 98, Me, but work in winxp

    Hi all, I have a problem:
    MS Access database must be on a CD-ROM. It work on WinXP, but not work on 98, win me.
    This is my code:

    Public CN As New ADODB.Connection

    word = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & db_name & ";Persist Security Info=False;Jet OLEDB:database Password="

    CN.Open word

    i put msaccess database on hard disk (all platform windows) -> work
    i put msaccess database on CDRom -> work on winXP, not work on win98 -win me (i see the CDRom active on winXP, not active on 98, me)

    Please help me.
    Thanks

  2. #2
    Addicted Member BestS's Avatar
    Join Date
    Mar 2005
    Posts
    222

    Re: Help:Connection to database Access on CDRom not work in win 98, Me, but work in winxp

    WinXP has integrated utility for recording
    also it does not take the CD-ROM as a Read only drive....that is why you can connect to your database.
    All other windows use CD ROM as READ ONLY drive, and you can not even create the .LDB file when OPEN the connection ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width