User Profile
Collapse
-
For your first problem, disable "Allow Nulls" property in your database table (if using SQL Server). -
Executing MS Access query from VB.NET 2003
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 DataIssue=?;
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?
No activity results to display
Show More
Leave a comment: