I am quite sure that it does with sqlite3 (and SQLite3ProfessionalPlugin) because after:

vm = db3.Prepare("select a,b,c where d = ? and e = ?")
vm is a compiled virtual machine and the commands:

vm.BindText(1, "first string")
vm.BindText(2, "second string")

doesn't do a simple replace inside the original statement, but instead they works like a "data providers" for the virtual machine.

---
Marco Bambini
http://www.sqlabs.net
http://www.sqlabs.net/blog/



On Apr 15, 2006, at 8:50 PM, Jan Erik Moström wrote:

Norman Palardy <[EMAIL PROTECTED]> 2006-04-15 18:32:

Using a bind variable doesn't either

It doesn't? Then I must have misunderstood things, so how do I protect
against this?
--
Jan Erik Moström, www.mostrom.pp.se
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to