Hi
If I build an old project (created with the version 3.1) with the new version 3.2 for a specific table, when I try to display the Edit page, I have the following error (same error than Alberto) :
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/testasprunner/DI_COUNTRY_edit.asp, line 176
If I create a new project with the same table, the Edit page works.
In AspRunnerPro, if I choose an Edit page with one field in the Formatting screen and if I don't select an Add page, I always lose my selection for the Edit page : I have no more selected fields in the Formatting screen. But if I choose to have one Add page, the selection remains.
*** In the Edit page, if I put to blank a required field (which is not a key field), this field is not controlled as required so I have a message error when it tries to update the field in my Oracle database :
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Oracle][ODBC][Ora]ORA-01407: cannot update ("SLAPS"."DI_COUNTRY"."COUNTRY_DE") to NULL
/testasprunner/DI_COUNTRY_edit.asp, line 125
Thanks in advance
Chantal