in reply to Limitations of DBI (or) DBD::ODBC ?

You don't show even a single line of Perl code, and yet your post's title blames the failure on one or two Perl modules.

Please read Before asking a database related question ..., then read the docs for DBD::ODBC, especially the bit about handling stored procedures.

I am sure that after that you could ask a better question.

  • Comment on Re: Limitations of DBI (or) DBD::ODBC ?

Replies are listed 'Best First'.
Re^2: Limitations of DBI (or) DBD::ODBC ?
by s_m_b (Acolyte) on Oct 11, 2005 at 08:37 UTC
    that's because the problem script is only one of several in the PERL code overall, and the others work without any fuss. I've read up on DBI:ODBC and know there is a matter of how the module inteprets the sql script before it passes it over to the db.

    However I thank you for the pointers about DBI (some pages I hadn't found before!) and will have a check through before I come back.