CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1999
    Posts
    7

    Error accessing data from CD-ROM

    My application in VB 6.0 gives me the error.The application reads data in access table on a CD-ROM.Error occurs only on Windows 98.

    Error message is as follows
    "Error reading CD-ROM in drive D:
    Please insert CD-ROM
    With serial number # in drive D:
    If the CD-ROM is still in the drive it may require cleaning
    Press Enter for Ok or Esc to cancel :Ok"
    Anybody has any info on this.???


  2. #2
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Error accessing data from CD-ROM

    Hi,

    I think some other application use the CDDrive for different CDRom.
    In that case you must press ESC key to terminate the error screen and then try to access the datas through Explorer in the CDRom Drive.

    If it is not working Try to access the datas in Dos Prompt (E:\>_)

    Best Regards
    K.Babu

    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

  3. #3
    Join Date
    Nov 1999
    Posts
    7

    Re: Error accessing data from CD-ROM

    When I get this error and press Esc my application still continues.My application has to directly access the data from the CD.It's something like this-The user selects a date range and some conditions.The data for this is available in the CD as MSAccess tables.So a query is issued on this table and data obtained.If for the specified date range data is spanning multiple CD's then user is prompted to insert the corresponding CD and output obtained.The error occurs at this stage ie.when I am removing one CD and inserting the next one.
    No other application is using CD at that stage.The access tables are directly read from the CD.It's not accessing the CD drive from explorer or DOS prompt.
    Thanks for your response.


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

Featured