Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Language transalation not working
Message
From
30/01/2009 04:48:00
Deepesh Ms
Alif Technologies India Pvt Ltd
India
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Language transalation not working
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Oracle
Miscellaneous
Thread ID:
01378381
Message ID:
01378381
Views:
53
hi
I am using MM.NET 2.5 with Oracle10g as back end .To localize my application I have translated the messages in the Message table using the MM.net 's Language administration window.But when I tried to edit any of the translated message I am getting an error message like this
"ORA-01747: invalid user.table.column, table.column, or column specification"
When I tried to debug through the MM.net's frame work code I found that the sql query generated for updation of the text is like this

" update Message SET MessageText=:MessageText , where MessageKey = :MessageKey , AND LanguageFK = :LanguageFK) "

which is obviously a wrong query for oracle database(Note that extra commas and brackets)
Is there any solution to this issue ??Please help me.....
Next
Reply
Map
View

Click here to load this message in the networking platform