On 20/04/07, Amos Shapira <[EMAIL PROTECTED]> wrote:
I'm not 100% sure what's the relation between Sybase and MS SQL these days. Has anyone in this forum actually managed to use place holders on MS SQL 2005 through Perl?
Actually here is my answer from the page you sent (http://tinyurl.com/yjeve5): <quote> However, using the Sybase libraries to query an MS-SQL server has certain limitations. In particular ?-style placeholders are not supported (although support when using the FreeTDS libraries is possible in a future release of the libraries), and certain syb_ attributes may not be supported. </quote> Digging the freetds.org site mentions other, archane and generic, perl database API's but doesn't mention anything that can actually take advantage of FreeTDS's (C API) support for MS-SQL place holders. Any other suggestions? Cheers, --Amos ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]