> I am having a problem trying to figure out how to > integrate the perl interface into SAPDB. I cannot find > the required files (instperl.pl and two others which i cant > remember off the top of my head, I got this info from the sapdb help menus). > Does anyone know how/where to access these files, or if any additional > files or commands are required to install perl?
If you want to execute SQL via Perl, follow the instructions at http://www.sapdb.org/7.4/sap_db_program.htm (Support for DBI). If you want to use the interfaces to the DB Manager or the Loader, just add <dependent_path>/misc to $PERL5LIB. It is probable that the files from the server installation don't match your Perl version. Just write what platform and Perl you're using and I'll try to build them. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
