I've look at viewtopic.php?t=2248 threat and I'm interested in translation, and in book I've bougt I've found script for translating, but without "dictionary.txt" file. Now I've got file in access mdb file whole dictionary (English - Croatian).
What I want to know is how should "dictionary.txt" file be written?
English word, Croatian word
or
English word Croatian word
or
English word = Croatian word
or how?
please help me
dictionary
Moderator: General Moderators
i would sat
Do you have to use a text file, a MySQL DB would be far better
Mark
Code: Select all
english,croatian
english,crottianMark
yeah, its easy.
You really should install something like SQLyog. This is a MySQL GUI that is great for managing your DB's. You can import to MySQL directly from the access database, but this takes a little bit getting used to.
An easier way is to export the data a a CSV file from Access, then use MySQLyog to import the CSV into the MySQL DB.
Give it a try, if you get stuck, gimme a shout.
Mark
You really should install something like SQLyog. This is a MySQL GUI that is great for managing your DB's. You can import to MySQL directly from the access database, but this takes a little bit getting used to.
An easier way is to export the data a a CSV file from Access, then use MySQLyog to import the CSV into the MySQL DB.
Give it a try, if you get stuck, gimme a shout.
Mark
Also, you can browse http://wiktionary.org/ and see how they do it.