Re: [openupload-devel] How can I...
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2009-08-17 17:58:54
|
Hi again, I have checked PDO documentation and it souldn't be that dificult to implement a PDO version of the modules. Though PDO does not provide SQL statement abstraction, so it would be probably best to extend the sql module to use one or the other functions, and not as I sateted before creating a general PDO module. Wrapping the connect, query and exec PDO methods into a couple of functions and using PDO or not, depending on a config options should be trivial imho. Alessandro Alessandro Briosi ha scritto: > hi, > > Leonardo F. Cardoso ha scritto: >> Hi there, >> >> thanks for the reply, Alessandro. >> >> I'm working in Brazilian Portuguese translation. Will send it to you soon. >> > great > >> I could code SQL Server port for the 0.4 version. It works!! :-) >> > cool ;-P > >> By now, I'm interested in run OpenUpload inside Quercus. Quercus is a >> Java PHP implementation. Unfortunatelly, Quercus doesn't support SQL >> Server with normal mssql PHP package, the only support is with PDO >> implementation. In the new database scheme, will be support for PDO? >> > > Well, I have been thinking about it, but am not too sure if I can use it. > One of the features is txtdb, which (Afair) is not supported by PDO, so > probably will stick to project modules for now, which might also evolve > into something simpler (some kind of little wrapper). > Though I suppose you could also code a PDO version which would support > multiple backends, but have not much experience with it. > If needed I might have a look at it (as I'm also interested to do some > PDO research) > > Let me know. > Alessandro > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |