Re: [PHPOpenChat-Users] POC Help!
Brought to you by:
letreo
From: Harry S. <mi...@ha...> - 2004-05-28 17:35:02
|
On 28/05/2004 at 10:40 EXT-Badolato, Frank T wrote: >Can somebody, anybody direct me to someone or some site that can help me >implement PHPOpenChat in English. I will be running it on a Windows >server with SQL Server. Hi, I'm planning to run PHPOpenChat in English, but using Oracle database= on Solaris. The English part is not a problem - POC runs straight away. But you're using SQL Server - you may find that you may need to adapt the= code so it'll run with it. With Oracle, my friend needed to change the schema, because some of the= fields are reserved word in ANSI-SQL, and some others are reserved word in= Oracle. Therefore I need to adapt the code that refers to those fields as= well. But shouldn't be too hard (famous last words ? *grin*) FYI - HTH regards, -HS |