CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Package & Deployment Wizard

    I have made an project using data reports.For data reports to work u hv to add an data environment which will be connected to the database thru a ole db provider. i an using jet ole db provider. Once i make a setup program thru vb's package and deployment wizard and ship it to client's place everything works but not the data report. The error it pops out is "invalid data source". I think this may be due to the provider i.e microsoft jet ole db provider which is not shipping thru the pavkage and deployment wizard. so if any body knows ay solution please do reply


  2. #2
    Join Date
    Sep 1999
    Location
    Kent, UK
    Posts
    10

    Re: Package & Deployment Wizard

    Try updating the vb app to service pack 3, this sorts out a lot of the programs bugs. alternativley try using the odbc.

    D.G.Holmes
    Gap Student

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