> -----Original Message----- > From: Parul [mailto:[EMAIL PROTECTED]] [snip] > In case of SAPDB for Perl using ODBC, I would like to > know which are the files where I need to put the entries > related to Data source name, user name and password. > > There are two files in linux (redhat 7.2): > /etc/odbc.ini > /etc/odbcinst.ini > > Can you please tell me what are the entries to be put in > these files related to SAPDB??
copied from http://www.sapdb.org/sap_db_program.htm: Working without a driver manager: * Build DBD::ODBC using the SAP DB ODBC libraries * Connect to the database: * Create the file /var/spool/sql/ini/odbc.ini and define the data source names in it (See User Manual ODBC, chapter 4) or * Use <host>:<database_name> as data source name In case of a driver manager, please check the documentation for this kind of software. 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
