Jeff Zucker wrote:
After the "dbi:AnyData:" everything should be in "name=value;" format. So "dbi:AnyData:format=XML;table=Test;file=test.xml"
Btw, Tim, how about the following suggestion: The discussion on the DSN format is, IMO, mainly caused by the fact, that the DBI doesn't support parsing the DSN.
Would it be possible, that a driver requests, that he doesn't receive the DSN as a string, but as a hash ref? IMO, this would terminate such discussions once and forever. (Of course, the driver should still be free to parse the DSN for itself.)
Jochen