Recent content by Nathanvda

  1. N

    ORA-1480 error : trailing NULL missing from BIND variable (version 4.0.6.2 on BCB4)

    One small remark : the database is 4 bytes per character, but the table is set 1 byte per character, for backward compatibility. Could this cause some confusion ?
  2. N

    ORA-1480 error : trailing NULL missing from BIND variable (version 4.0.6.2 on BCB4)

    I am looking for a workaround ... If i do not use bind-variables it works ...
  3. N

    ORA-1480 error : trailing NULL missing from BIND variable (version 4.0.6.2 on BCB4)

    Hi there, i am using DOA 4.0.6.2, for CBuilder 4, and i have the ORA-1480 error, mentioned here a few times. We have a special program to copy tables (specific records) from one database to another (as a kind of promotion mechanism). The code we use is like this : for (int...
Back
Top