In one of my application am using Delphi 7, Sql server 2008 R2, BDE, I connect database using bde via odbc using Sql server native client driver.
Insert always works but some places edit failled, Delphi raise EDBEngineError [Sql native client 10.0] String Data Length Mismatch.
I have 4 text fields(sql data type TEXT) in table, if i comment those fields lines the edit works.
Please any one help to resolve this problem?
I know BDE is depreciated, but this is database migration. this is large application so i dont want to change from BDE. Everything is working fine except above situation.
[excuse for my bad english]