Hi,
I have installed TeamSite 5.1 on windows. I have written a perl script that makes use of DBI, DBD

DBC to fire queries on database. I have created a system DSN.
The script runs fine when i execute it from command prompt however when i call the same script from a tpl file using <iw-system>. The script stops at 'create DB connection step'. It doesn't proceed further? I don't get any errors also.
Does it have something to so with system DSN? Ideally it shouldn't matter as its system DSN not user DSN.
Any help on this will be appreciated.
One more thing....i had earlier tried using DBD

racle for establishing connection. I don't have the Oracle module in my system. I tried using the oracle module downloaded from CPAN. However there was some version conflicts with the TeamSite DBI module. Is there a way to make it work?
-Madhu