473,434 Members | 1,528 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,434 software developers and data experts.

Not shure how to make specific application

I want to make, or is is possible to make database with function to update
words in saved document.
For example, in my database I enter word in German and English, and when
when I press update button I want to German word replace English word in
Selected
document (.doc, .html):
| No | German word | English word |
| 1. | Wagen | Car |
| 2. | Volks | Folks |
......

If this is possible please tell me how should I do this.
Thanks

------------------------

One of the sollutions,

it would be easiest to do this if your document is regenerated
each time you want to translate. For example, you could read the
document in, place each word in a separate record in a table and use an
update query to change each German record to the English equivalent
(and vice versa). You would then write the changed set of words back
out to the document (i.e. delete/rename old document, create new one
with same name). The drawback is that you'd get a Babelfish-style
mishmash of translated words and non-translated words if your database
didn't have every possible word in one language matched to the other.

Also consider that some words in one language have no meaning at all in
another language.

So could you please help me to draw it.
Thanks

Nov 25 '05 #1
0 1039

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: kanones | last post by:
I have some data that is been retrieved from a call to sql server stored procedure that I want to store for a period of time in a web farm architecture. I want to minimize the calls to sql server...
6
by: Greg | last post by:
Here's the situation. I have an asp.net application that calls a console application which copies files between servers. I have the console application because the copying of files takes a...
0
by: Kevin | last post by:
I have a workflow application that uses email notifications which include a link for the user to visit a specific approval web page. For example ApprovalPage.aspx?ID=25 I want to replace the web...
0
by: Chris McCandless | last post by:
Hi, I am not sure I will be able to explain the problem I am having, but I will do my best. I have developed an ASP.NET 1.1 application for a client in VB. It is a program that contains stock...
2
by: Darrel | last post by:
My app has an 'admin' folder. This is the only directory i need to apply forms authentication to. Googling seems to indicate that the solution is to just give the admin folder it's own config...
4
by: Jason Richmeier | last post by:
I am sure this has been asked at least once before but I could not find anything when searching. If I set the value of the ExitCode property to 1066 for a windows service, the text "A service...
0
by: Amigo | last post by:
Hello all! I have just started learning C# a couple of weeks ago. I went through a few tutorials and now I am thinking of starting a real application to learn it better. The application is a...
1
by: bharathreddy | last post by:
As in earlier versions of Visual Studio, you keep your Web pages in the root of the Web site and in subfolders, as required by your application. However, your Visual Web Developer Web site can...
4
by: =?Utf-8?B?QXZhRGV2?= | last post by:
ASP.Net 2. We are migrating to Windows 2008 64 bit Server with IIS 7 from Windows 2003 32 Bit with IIS 6. A few library classes we wrote uses impersonation in code like explained in this...
1
by: johnyjj2 | last post by:
Hello! I've got web application created for MSSQL and IIS. There are two directories in this application - Scripts and WebSite. In Script there is file CreateDb.sql. I need to run it so that it...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.