Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello every one, i am working on my project which is a dictionary "translator" from English to Arabic Language" i found a database in Access of most words with their meaning , now i want to write a code in c# in button which read the words in first textbox then compare it with words in database then write the transaltion in the other textbox ,

what is the c# code of do this ? can you help me , please ??

because i have done in SQl server but i was input the words manually and this is hard to do for all words in world , but this database is ready but i could not read from it by code ?!


i hope my question be clear to you for helping me >
thanks in Advance
Posted
Comments
CHill60 28-Jan-15 12:23pm    
What have you tried?
Richard MacCutchan 28-Jan-15 12:24pm    
No one is going to write the code for you, you need to show what you have done and what problems you receive.
Me is Needer 31-Jan-15 11:42am    
Mr Richard i dont want you to write all the code for me , but my question's purpose is to guide me how this code can be build or if there is simillar topics of projects

1 solution

This C# article should get you started Using ADO.NET for beginners[^]
 
Share this answer
 
Comments
Me is Needer 31-Jan-15 11:42am    
Thanks for you :) i will see it

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