Annie
|
| Posted: 11/05/2002, 3:40 AM |
|
Hi
Anybody have any idea what this error means?
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/bookpro/Common.asp, line 33
Thanx
ANNIE
|
|
|
 |
will
|
| Posted: 11/09/2002, 10:57 PM |
|
These work find for me .asp
MS SQL database
ADODB Connection String : dbconn.Open "driver={SQL Server};server=serverName;database=database name;uid=username;password=your password"
Access Data Base
ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & Server.MapPath("db\customer.mdb")
|
|
|
 |
Nicole
|
| Posted: 11/12/2002, 7:13 AM |
|
Annie,
Please check the form’s settings on the page you got the error for. May be you haven’t added all the necessary input parameters or set up incorrect data type.
|
|
|
 |
|