in reply to DBI bind_param problems

This is a FreeTDS problem - placeholders aren't supported yet, which means that bind_param() can't work either. The FreeTDS developers are hard at work trying to add placeholder support.

Michael

Replies are listed 'Best First'.
Re: Re: DBI bind_param problems
by Anonymous Monk on Dec 18, 2002 at 19:28 UTC
    Thanks Michael. I figured as much since all my other code that uses bind_param works with dbd oracle and mysql.
    Thanks for the confirmation.