C
Cassandra Lindquist
I used the database interface wizard to setup some pages to edit a sql
database. (FrontPage 2003, SQL 2K on W2K3 server, IIS 6) I kept getting the
generic Database Results Wizard error. I changed the debugging to True and
this is the error that I am currently getting:
Database Results Wizard Error
Description: No value given for one or more required parameters.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for SQL Server
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
I checked in the sql table and allow nulls is checked for all fields (except
the primary key). What do I need to do to fix this? Thanks
database. (FrontPage 2003, SQL 2K on W2K3 server, IIS 6) I kept getting the
generic Database Results Wizard error. I changed the debugging to True and
this is the error that I am currently getting:
Database Results Wizard Error
Description: No value given for one or more required parameters.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for SQL Server
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
I checked in the sql table and allow nulls is checked for all fields (except
the primary key). What do I need to do to fix this? Thanks