Hi Burkart > -----Original Message----- > From: Mr Burkart Goedde [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 2. M�rz 2003 20:57 > To: [EMAIL PROTECTED] > Subject: Linux (Suse 8.0) ODBC > > > Hello, > > I tried to setup the ODBC connection (OS: Linux SuSe > 8.0) but failed. [some details snipped] > > Now I can use two Datamanagers > > unixODBC: > > - opens the Database, but when I click on table it > says 'Failed to SQLTables'
The ODBC driver looks at /usr/spool/sql/ini and ~/.odbc.ini. So my installation with unixODBC looks like following: /etc/odbcinst.ini: [SAP DB] Description = SAP DB ODBC 7.3.0 Driver = /opt/odbc/lib/libsqlod.so Setup = /opt/lib/libsapdbS.so ~/.odbc.ini: [TTK] Driver = SAP DB SERVERNODE = 10.31.165.114 SERVERDB = V73ASC tracefilename = /tmp/odbc.log This works as expected. > iODBC: > > - iodbcadm-gtk > > let's me specify the Driver > /opt/sapdb/interfaces/odbc/lib/libsqlod.so > but when I try to configure the System DSN, the > program dies with > Exit code 127, whatever this means. I don't know iodbcadm-gtk but it sounds to me like something to set up DSN etc. A setup lib for KDE is not part of our ODBC driver but IIRC, somebody worked on that (maybe you find something in http://sapdb.2scale.net/moin.cgi. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP DB, SAP Labs Berlin SAP DB is open source. Get it! www.sapdb.org _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
