DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13930>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13930

Adding connection parameters to BasicDataSourceFactory

           Summary: Adding connection parameters to BasicDataSourceFactory
           Product: Commons
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Dbcp
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hello, 
according to documentation and source code, it is not possible to specify 
connection parameters in the BasicDataSourceFactory (there is method 
addConnectionProperty in the BasicDataSource, but it is not used in the 
factory). we need very often to define these special parameters because of 
character encoding and issues connected to localization.

It is possible to add parameter connectionProperties, which will have 
list of parameters separated by semi-colon? E.g 
connectionProperties="CHARSET=cp1250;XXX=23".

If yes, I can do it. Thanks a lot.

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to