When using OracleParameter, if the field type is string, and param.value = "", it is wrong, so in this case param.value = system.dbnull.value;
And in SQL Server2000 and Access2000 use parameter without this error, only Oracle is like this!
Have you encountered?