Results 1 to 1 of 1

Thread: Executing MS Access query from VB.NET.

  1. #1

    Thread Starter
    Addicted Member rpk_20061975's Avatar
    Join Date
    Jun 2001
    Location
    India
    Posts
    234

    Executing MS Access query from VB.NET.

    I have created a query to retrieve certain results and a report that is connected to this query. This query asks for date parameter to retrieve results. It looks somewhat like this:

    Select TicketNo, Name, TotalFee from [MainEntry] Where DateIssue=?;

    I created this query in MS Access and saved it in the MDB. I want to know how to call this query from VB.NET?
    Last edited by rpk_20061975; Sep 7th, 2006 at 12:46 PM. Reason: spelling correction

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