Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
oliver
Starting Member
3 Posts |
Posted - 2001-03-29 : 22:41:52
|
| Hi, i'm trying to search my database with the following string. SELECT * FROM support WHERE status = openThis is the error i'm gettingMicrosoft OLE DB Provider for ODBC Drivers error '80040e10' [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. /support/view.asp, line 33 It works with thisSELECT * FROM support |
|
|
|
|
|