[unixODBC-support] Cannot connect to SolidDB data source (SQLConnect fails, but isql works!!)
Simo Neuvonen
sneuvone at cs.hut.fi
Wed Jun 3 09:14:47 BST 2009
On Tue, 26 May 2009, Fadil S wrote:
> [IBM][CLI Driver] SQL1013N The database alias name or database name
> "TCP 2315" could not be found. SQLSTATE=42705
> here are my odbc and odbcinst:
> - odbc.ini:
> [TCP 2315]
> Description=Logical name for solidDB ODBC connection
> Driver=soliddb_odbc_driver
Create a solid.ini for your client application. In that file, you need to
define your SolidDB data source(s) like this:
[Data Sources]
soliddb = tcp 2315
In odbc.ini, you have to use the logical name that you put in solid.ini:
[soliddb]
Description=...
Simo
More information about the unixODBC-support
mailing list