Re: [DB-SIG] paramstyle without knowing the database

2012-12-04 Thread M.-A. Lemburg
On 04.12.2012 15:55, wilk wrote: > On 03-12-2012, M.-A. Lemburg wrote: >> On 03.12.2012 09:31, wilk wrote: >>> Hi, >>> >>> I did a litle function to use the same paramstyle regardless of the >>> paramstyle of the database. I transform one paramstyle to an other (a >>> code missing in the lib stan

Re: [DB-SIG] paramstyle without knowing the database

2012-12-04 Thread wilk
On 03-12-2012, M.-A. Lemburg wrote: > On 03.12.2012 09:31, wilk wrote: >> Hi, >> >> I did a litle function to use the same paramstyle regardless of the >> paramstyle of the database. I transform one paramstyle to an other (a >> code missing in the lib standard isn't it ?) > > There are a few suc