G
|
gonzalosb 4/17/2014 |
check if your database is set as MEMO instead of TEXT witch is limit to 255 characters. |
M
|
msalim author 4/21/2014 |
check if your database is set as MEMO instead of TEXT witch is limit to 255 characters. you may inserting to much info on the database sell. what type of database are you using Access or SQL? i know this is a common problem on Access.
|
![]() |
Sergey Kornilov admin 4/21/2014 |
While this code doesn't make much sense from logical point of view syntax look correct. I would rather use CustomAdd event for this purpose but it may work this way as well. |