On Dec 8, 2008, at 10:44 AM, Christoph Zwerschke wrote:
> Another nasty problem was that I used a (Postgres) database with the
> name "test". However, the "importConnections()" function in connParser
> checks if the database exists as a file, and replaces the name with
> the
> file path in this case. Unfortunately, since the filename "test"
> existed
> as a subdirector of the app, the database name was converted to the
> path
> name of the test dir, and Postgres of course did not like this (it
> generally never expects a filename as the database name).
>
> I suggest removing this automatic file path conversion in
> importConnections(), and adding it only to dbSQLite and those
> connectors
> that really need file paths (or you can add it as an extra property
> DatabasePath to dConnectInfo).
I've corrected this by only converting the path if the dbType is a
file-base database.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]