Base Unit of Measure field in Item table is Code type so which should have all the data in UPPERCASE.
but as shown in figure you have small letter in "My" (y), I guess you have imported the data using Dataport etc.
You need to write a query in SQL or a report to Change the Value to UPPERCASE
Base Unit of Measure field in Item table is Code type so which should have all the data in UPPERCASE.
but as shown in figure you have small letter in "My" (y), I guess you have imported the data using Dataport etc.
You need to write a query in SQL or a report to Change the Value to UPPERCASE
Thanks mohana_cse06 for your replies but this is database from customer and I can't remoted to get the new backup. How can I solved this problems by used this .fbk file?
Thanks mohana_cse06 for your replies but this is database from customer and I can't remoted to get the new backup. How can I solved this problems by used this .fbk file?
Restore it in a fdb file, do the data conversion, and create a new backup file.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Thanks mohana_cse06 for your replies but this is database from customer and I can't remoted to get the new backup. How can I solved this problems by used this .fbk file?
Restore it in a fdb file, do the data conversion, and create a new backup file.
Many thanks for "Luc Van Dyck", I will try your ways.
I don't know if this is an import issue, It looks to me more of a collation issue.
Before restoring the FBK go into FILE DATABASE ALTER - Collation tab
set
validate collation to NO
Case Sensitive to NO
Accent Sensitive to NO
Also make sure you have the correct Collation selected for the language
then try to restore.
NOTE This does not mean it is fixed, but at least you know what the issue is, and don't run the database live like this unless you know what you have done and the effect it will have.
Comments
but as shown in figure you have small letter in "My" (y), I guess you have imported the data using Dataport etc.
You need to write a query in SQL or a report to Change the Value to UPPERCASE
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks mohana_cse06 for your replies but this is database from customer and I can't remoted to get the new backup. How can I solved this problems by used this .fbk file?
Or use this tool, Field Check v3 to find illegal characters or dates.
Many thanks for "Luc Van Dyck", I will try your ways.
Before restoring the FBK go into FILE DATABASE ALTER - Collation tab
set
validate collation to NO
Case Sensitive to NO
Accent Sensitive to NO
Also make sure you have the correct Collation selected for the language
then try to restore.
NOTE This does not mean it is fixed, but at least you know what the issue is, and don't run the database live like this unless you know what you have done and the effect it will have.