|
-
Jul 21st, 2005, 10:02 PM
#1
Thread Starter
New Member
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
-
Jul 22nd, 2005, 01:19 AM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|