Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a data base which has columns named with English names and others named with Arabic names
when i execute insert i got the error invalid column names
the statement is insert into [A].[dbo].[Employees](A,أ,ب,B)
select A,أ,ب,B from [B].[dbo].[Employees]
أand ب has nvarchar type
is there a way that handles this state or english columns names should only be used?
Posted

1 solution

 
Share this answer
 
Comments
Rajesh waran 29-Jan-15 6:14am    
I go through your solution, Is this applicable for all languages. I'm in need of Tamil language to insert in Sql server 2008 R2.That's why i'm asking.
/\jmot 29-Jan-15 6:16am    
May be, i didn't try Tamil. :)
i think this is applicable for all languages. so try ,hope this'll work.

Rajesh waran 29-Jan-15 6:19am    
Thanks,Let me try and tell you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900