I have a field defined as NVARCHAR2(4). If I insert a row with a four length value in that field it's ok, however if I try to assign a value such as rs.fields("cp1")='R' when it executes rs.update the application hungs up without error.
I have noticed that this table has a foreign key with the same definition, whe I drop it, it also works storing the value 'R', the problem is when I create the foreign key again.
I have also updated the table referenced by the foreign key, because I realised that the value was ' R' and not 'R', but anyway it doesn't work.
Any idea?
I have noticed that this table has a foreign key with the same definition, whe I drop it, it also works storing the value 'R', the problem is when I create the foreign key again.
I have also updated the table referenced by the foreign key, because I realised that the value was ' R' and not 'R', but anyway it doesn't work.
Any idea?