Re: [openupload-devel] How can I...
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2009-08-17 16:45:05
|
Hi Leonardo, Leonardo F. Cardoso ha scritto: > Hi All, > > first post to this list. I'm very interested in this project. perfect :) > > Sorry if it was already discussed, but couldn't find in the archives. > No it wasn't :) > 1) Is there any work in progress of translation for Portuguese (Brazil)? Nope. > > 2) What's the best way to introduce SQL Server support? > I'm in the slow process to create a v0.5 release, which probably will change some code in the sql backends, but it would be pretty easy to port the v0.4 version. I'd suggest you to look at the mysql.inc.php file in lib/modules/db basically you should change the sql syntax to match SQL server's one, and use sql server functions. (it shouldn't be that hard, I might be able to create it and test it, though I have limited time right now) The connection parameters should be the same (afair), so use standard ones. Then you should have at least a sql to create the database tables. and maybe the user (though sql server mainly uses the windows authentication) Don't bother with the setup script right now, as I'll revisit it deeply. Of course you need sql server support in yout php installation :) Let me know if you need further information about this. Greetz. Alessandro |