J
Jan van Emmerik
Hello,
I use the frontpage database results wizard for quering a sql database.
It worked fine for some years now.
Suddenly I get this error.
************************
Database Results Error
Description: [Microsoft][ODBC SQL Server Driver][SQL Server]Prepared
statement '(@P1 numeric(18,0))SELECT ID,* FROM WWWPeople WHERE (ID = @P1);'
expects parameter @P1, which was not supplied.
Number: -2147217900 (0x80040E14)
Source: Microsoft OLE DB Provider for ODBC Drivers
***********************
Other asp pages worked fine but after a while they get the same error and I
didn't change a thing.
When I change the criteria from
select * from table where (ID = ::ID:
to
select * from table where (ID = 160)
It works!
Any help is welcome.
Regards,
Jan
I use the frontpage database results wizard for quering a sql database.
It worked fine for some years now.
Suddenly I get this error.
************************
Database Results Error
Description: [Microsoft][ODBC SQL Server Driver][SQL Server]Prepared
statement '(@P1 numeric(18,0))SELECT ID,* FROM WWWPeople WHERE (ID = @P1);'
expects parameter @P1, which was not supplied.
Number: -2147217900 (0x80040E14)
Source: Microsoft OLE DB Provider for ODBC Drivers
***********************
Other asp pages worked fine but after a while they get the same error and I
didn't change a thing.
When I change the criteria from
select * from table where (ID = ::ID:

to
select * from table where (ID = 160)
It works!
Any help is welcome.
Regards,
Jan