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

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

2012-12-03 Thread M.-A. Lemburg
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 such libraries out there which take care of such

[DB-SIG] paramstyle without knowing the database

2012-12-03 Thread wilk
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 ?) But of course i need to know the paramstyle of the database. I didn't found any way to retrieve it from the