PRB: Error 13 (Type Mismatch) & Error 3061 w/ SQL Queries (105171)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 3.0
This article was previously published under Q105171 SYMPTOMS
Incorrect SQL syntax can cause either of the following error messages:
- Type Mismatch (Error 13)
- 1 parameter expected but only 0 were supplied (Error 3061)
You may receive one of the above errors with a data access object method
that contains a SQL statement, or when using the Refresh method on a Data
control that has its RecordSource property set to a SQL statement.
CAUSE
The SQL syntax is incorrect.
RESOLUTION
Correct the SQL syntax. See the examples in the Steps to Reproduce Behavior
section below.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbprb KB105171 |
---|
|