Re: Collation for MYSQL and Dataflex

Originally Posted by
Bob Worsley
Hi Martin,
Some Postgres related questions, does the DAW driver...
- require the use of the Public database?
- allow the setting of search_path?
- use the Postgres front end client or something custom?
- use Postgres ODBC or something custom from DAW?
- require more than one role to be used?
1. No, you can use any database
2. The driver generates SQL with qualified names, so with a schema name. I don't think you need a search_path in that case?
3. Not sure I understand, but as a client you only need a PostgreSQL ODBC driver.
4. It uses the PostgreSQL ODBC driver
5. I would think not, but I don't really understand you are asking here.
Best regards,
Data Access Worldwide
Martin Moleman