Originally reported at http://www.cubrid.com/zbxe/535068.
{quote}
I tried to use CUBRID OLEDB driver to insert data in ASP program.
I'm using ADODB.Command object to bind the values I need to insert. I needed to insert a value to a column which has size 256, however, it inserts only the first 32 characters.
When I try to insert the same value in CUBRID Query Browser, no problem occurs.
I wonder whether this is an OLEDB driver bug or I'm using it incorrectly. I would be glad if you could confirm this.
I'm attaching the program source code as well as the table schema here.
{quote}
The user has tried with both 8.4.0 and 8.4.1.