From: <jc...@fe...> - 2002-12-12 18:51:37
|
On Thursday 12 December 2002 16:35, Joachim Wuttke wrote: | As far as I see, the variables to be set by plParseDrvOpts | need to be declared as static globals, which would be nice | to avoid ... The problem is that some options that one might want to setup must be=20 set before plinit(), and at that point the driver does not yet=20 "exists". That's why in most (all?) drivers it is at the driver open=20 entry point that the driver options are scanned. But perhaps that could=20 be changed... I don't remember very well. Joao | - Joachim |