Subject Re: [firebird-support] Translation strings for web application in Firebird
Author Dimitry Sibiryakov
On 3 Mar 2004 at 9:25, h_urlaf wrote:

>We're writing a multi-language ASP web application, which stores the
>translated texts in a windows resource DLL so far. Now, a client wants
>different users to be able to select their preferred translation
>separately, so since we're migrating to FB anyway I was thinking about
>storing these translated texts in a database and pull them from there
>at page generation time.

If I were you, I'd put each translation into separate database.
this would solve problems with connection charset and sorting. It
also could reduce DB server load if you place these databases on
separate servers.

SY, Dimitry Sibiryakov.