Re: [PHPOpenChat-Users] phpOpenChat with Oracle database ?
Brought to you by:
letreo
From: Harry S. <mi...@ha...> - 2004-01-16 12:54:30
|
On 13/01/2004 at 18:30 Harry Sufehmi wrote: >While we're working trying to get it to work with Oracle, I wonder if >anyone has tried this as well ? (getting POC to work with Oracle) We've converted db.schema to be compatible with Oracle. Some changes are non-issue I think, such as datatype changes: text become= varchar(4000), int become number(10), double become number(38) Comments changed to C-style (/* ... */) "IF EXISTS" has been dropped (not supported by Oracle) But we had to change some field names -- that means we'll have to adapt the= code for this. For example, "user" is a reserved word in Oracle, as well as "online" and= "start". I'll start working on the code adaptation, I'll keep you posted on our= progress. Thanks, Harry -- Kampanye open-source Indonesia - http://www.DariWindowsKeLinux.com Solusi canggih, bebas ikatan, dan bebas biaya v0sw6Chw5ln3ck4u6Lw5-2Tl6+8Ds5MRr5e7t2Tb8TOp2/3en5+7g5HC - hackerkey.com |