‎2014 Mar 29 9:25 AM
Hi all,
while executing my smartform, i got an error as shown in screenshot, please tell me what could me the reason for this error.
‎2014 Mar 29 9:29 AM
Hi Srikant,
such an error occured because of the difference of database fields and your program fields (for any variables), i think you have changed the property of any variable or any data, so these errors arises.Please check if you have made any changes in your variables with respect to database.
Like type of data may mismatched.
For example your database table has a field of 20 length, but you have used it in your field by taking its length 50, any thing can happens, please check all the changes you have made in your programs.
‎2014 Mar 29 9:29 AM
Hi Srikant,
such an error occured because of the difference of database fields and your program fields (for any variables), i think you have changed the property of any variable or any data, so these errors arises.Please check if you have made any changes in your variables with respect to database.
Like type of data may mismatched.
For example your database table has a field of 20 length, but you have used it in your field by taking its length 50, any thing can happens, please check all the changes you have made in your programs.
‎2014 Mar 29 9:40 AM
Hi Sanjeev,
i am not getting how to do that, please suggest the steps i have to follow.
‎2014 Mar 29 9:46 AM
Hi Srikant,
if you have made any changes in any field, check its properties with database tables.
And if not getting, do one thing , just debug your smartforms from starting in your driver program , and see from which point it comes out of your smartforms, then do necessary changes , this error generally arise due to database inconsistencies.
So, please check it, and resolve.