View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003612 | CaseTalk Modeler | Integration | public | 2022-09-15 14:50 | 2022-09-22 10:57 |
Reporter | BCP Software | Assigned To | BCP Software | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 12.5 | Fixed in Version | 12.5 | ||
Summary | 0003612: ODBC Connections not working | ||||
Description | Somehow having multiple ODBC Connections for various DBMSs do not work properly. They all seem to want to connect to a SQL Server ODBC Driver. | ||||
Tags | No tags attached. | ||||
CaseTalk Edition | unknown | ||||
Before any database connection is accessed, we needed to call the DNS list first to initialize the generic ODBC driver. | |
ODBC configuration differs in 32 and 64 bit environments. An internal DriverID was required and not properly resolved, it should've been initialized as 'odbc' by default. Should work now on all environments. | |
Some ODBC drivers provide tablenames as "schema.tablename" where others (e.g. postgresql) split the schema and tablename. The handling did not anticipate these differences. Additionally the default schemas differ across DBMSs. These needed to be incorporated in the routines to get the minimal support up and running. | |
Postgres ODBC does not return the list of schemas for the selected catalog. Querying manually for it seems to work. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-15 14:50 | BCP Software | New Issue | |
2022-09-15 14:50 | BCP Software | Status | new => assigned |
2022-09-15 14:50 | BCP Software | Assigned To | => BCP Software |
2022-09-19 13:17 | BCP Software | Status | assigned => resolved |
2022-09-19 13:17 | BCP Software | Resolution | open => fixed |
2022-09-19 13:17 | BCP Software | Fixed in Version | => 12.5 |
2022-09-19 13:17 | BCP Software | Note Added: 0004618 | |
2022-09-20 15:09 | BCP Software | Note Added: 0004622 | |
2022-09-21 09:59 | BCP Software | Note Added: 0004625 | |
2022-09-22 10:57 | BCP Software | Note Added: 0004627 |