For a bound parameter example, look at the 'stage 2' code fragment
here:

  http://www.saturn5.com/~jwb/dbi-performance.html 

Basically, you have a query string with a variable name in it, and then
execute a statement that binds a value to that name.  People do this
partly for efficiency, but it also prevents the sql parser from reading
the data.


-- 
        Greg Troxel <[EMAIL PROTECTED]>


_______________________________________________
Guile-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to