Results 1 to 3 of 3

Thread: Datarport doesn't seems to work on other computer

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    13

    Angry

    I have a big problem. I have design 3 datareports based on dataenvironement. All of them work on the developpement machine but when i install my progam on a empty computer (running only WinNT 4 Sp6), the program return error number 730 (error defined by the application or the object). I use in a form:

    DATA_Report.Connect.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & app.path & "TEST.MDB ;Mode=Read;Persist Security Info=False"

    to set the connection to the right database, then i try to open the datareport. On my developpement machine, everithing works well but on the developpement machine, it return the error 730.

    I'm using Visual Studio Installer for distributing the application. I assume this installer incorpore all the files needed.

    If anyone have an idea, it will be welcom cause i'm completly lost!

    thanks a lot.

  2. #2
    Addicted Member P.S.W.'s Avatar
    Join Date
    Aug 2000
    Posts
    146
    One thing I've learned about installation is to never assume that your installer is including all necessary files!

    In your case I would double-check that you're including msdbrptr.dll (Data Report run-time).


  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    13

    Wink

    Imagine you draw all parts of a car. Imagine that your project works well as a prototype. Then you decide to produce it but when someone buy your car, he dosen't find the steering wheel....... What would you say???

    Anyway thank you for Your help, it makes my programs working well.

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