CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Location
    Rio de Janeiro - Brazil
    Posts
    8

    VB with Access 2K - Change to Sql Server

    I developed a small application that is running well in several clientes.

    It was made in VB6, Access 2000, and Reports made using Data Report. Fine. Works well.

    Now one of my clients wants me to convert the system to his Sql Server Data Base.

    Do anyone here knows if Data Report from VB6 works with Sql Server 7.0???

    Thanks anyway.

    Julio Borges
    Rio de Janeiro - Brazil
    [email protected]

  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: VB with Access 2K - Change to Sql Server

    Data reports work just fine with SQL server. You just need to change the datasource and let it point to the SQL server and the reports should be coming out of the printer.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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