|
-
Sep 7th, 2006, 12:45 PM
#1
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|