If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Need advice/guidance for Asian/English database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-21-05, 10:14
chanbara chanbara is offline
Registered User
 
Join Date: Sep 2005
Posts: 1
Need advice/guidance for Asian/English database

Hi,

I'm new to this forum and have a question which I think is mostly database related but not exclusively, so I hope it's ok to post it in this section.

Basically, I want to create a searchable database for movies and TV shows for the web (sort of like the IMDB but with an Asian twist). Many of the movies are Asian, so titles will be in Japanese, Chinese and Korean. However, many of them will also be in English. So what I need is a database where I can mix and match regular numbers and letters, Kanji/Kana, Big5, and Hangul, etc…, and in which I can then get resulting pages displayed properly on the web after searching for these using a search box in which any of these types of characters can be typed in.

I currently have all this information in MS-Access databases in properly normalized form with unique keys identifying each title and person. I'm quite familiar with SQL and somewhat familiar at writing HTML code, but I know virtually nothing when it comes to web-based databases. Which ones are the best for this sort of application? What should I be looking for in terms of web hosting? And what are some of the best and easiest to learn scripting languages?

I also want to be able to include pictures (movie posters, and screencaps) in the generated pages and like the IMDB want each name to be "clickable" and take you to other pages.

Any advice/help in pointing me in the right direction and starting me off on the right foot would be much appreciated.

Thanks,
Dan
Reply With Quote
  #2 (permalink)  
Old 09-21-05, 11:50
ByteRyder52 ByteRyder52 is offline
Registered User
 
Join Date: Feb 2005
Location: Colorado Springs
Posts: 222
It looks like you need a reasonably sophisticated application that has multi-language support and good support for photos. I suggest you look at PostgreSQL - open-source freeware that is pretty sophisticated. They have an extensive website. The PostgreSQL folks have made an effort to have their SQL implementation be compliant with industry standards and interfaces are available for several different front-end languages (e.g. Java, PHP, Perl). Functions can also be written in several different languages, including c and their own language - pgsql. I didn't have any trouble learning pgsql.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On