[TYPO3] rvt_adodb vs dbal

ries van Twisk typo3 at rvt.dds.nl
Wed Jul 16 00:45:53 CEST 2008


Hey Xavier,

we use rvt_adodb only with PostgreSQL to access some of our other  
databases and
has only be tested by me on PostgreSQL...

The problem you describe is possible due to AdoDB being slow at that  
point and not rvt_adodb.
If there is a way to solve this on rvt_adodb I am more then happy to  
accept a patch...

rvt_adodb is by no means official, it's just that it saves us opening/ 
closing connections in our extensions
and we are for sure that we only open one connection to a remote DB  
and it can be used from many
extensions properly witout worring about the above...

Ries



On Jul 15, 2008, at 5:34 PM, Xavier Perseguers wrote:

> Hello,
>
> Does anybody have experience to share with these extensions? I just  
> plan
> to update my prototype that uses PEAR (included with my extension) to
> access a MSSQL database to something more "official" but I'm not sure
> either of these extensions is the way to go to have something working
> properly.
>
> For instance rvt_adodb is just a wrapper for adodb but when the  
> MSSQL DB
> is not available, it takes forever before getting an error message,
> while with standard PEAR (MDB2), it takes just a breath time.
>
> Some thought?
>
> -- 
> Xavier Perseguers
> http://xavier.perseguers.ch/en


More information about the TYPO3-english mailing list