CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2003
    Posts
    37

    Exclamation Run an access quert in vb

    I created a project in access and later decided to use VB as frontend.The problem now is that i have already created many hardcore queries in Access and now I have to rewrite the whole thing in VB.I want to know if there is any way to execute an access query directly from vb.I mean by giving the acces query name as parameter .Some of the queries contain calculations also.

    Please help
    Jithu

  2. #2
    Join Date
    Feb 2001
    Location
    PA
    Posts
    163
    Try QueryDef object if using DAO.
    In ADO use Command object.

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