Re: SQL Server parameter substitution
Ken Collins <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
> 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