Skip to Content.
Sympa Menu

freetds - Re: [freetds] SQL Server parameter substitution

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Ken Collins <ken AT metaskills.net>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] SQL Server parameter substitution
  • Date: Mon, 27 Feb 2012 19:02:42 -0500


> Please let me know if my understanding about parameterized SQL not being
> supported by FreeTDS is correct.

Even though I discuss this from a Ruby ORM perspective, I suggest reading
this article.

http://www.engineyard.com/blog/2011/sql-server-10xs-faster-with-rails-3-1/

Our connection mode to SQL Server is on top of FreeTDS/DBLIB, so our
implementation of sp_executesql and parameterized queries may be useful to
you.


- Ken



Archive powered by MHonArc 2.6.24.

Top of Page