[MDEV-7653] CONNECT table to IBM PureData Created: 2015-03-02 Updated: 2022-11-20 Resolved: 2022-11-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0.16, 10.0.17 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Takuya Aoki (Inactive) | Assignee: | Olivier Bertrand |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS release 6.5 (X86_64) |
||
| Attachments: |
|
| Description |
|
I want to make a CONNECT table to a PureData table on a remote server. vi .bashrc
odbcinst.ini
odbc.ini
checking isql
making a CONNECT table
|
| Comments |
| Comment by Olivier Bertrand [ 2015-03-03 ] |
|
I seems difficult for me to answer this, not having the same platform and ODBC driver. The message looks like a standard ODBC error message and is not a CONNECT message. Could you try the connection by SQLConnect using a Predefined DSN? When doing so, the connection string just contains the name of the predefined Data Source. For instance: CREATE TABLE tlite ENGINE=CONNECT TABLE_TYPE=ODBC tabname='lite' Note: the connection data source name (limited to 32 characters) should not be preceded by “DSN=”. |