Ruby on Rails -- ActiveRecord.  ActiveRecord prevents sql injections, I
think.  Using ERB in the html would give you that kind of functionality.
 Correct?

dvn

On Fri, Mar 23, 2012 at 2:49 AM, Roger Binns <rog...@rogerbinns.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I also forgot to mention doing all that stuff on a second connection.
> Open that one read-only (SQLITE_OPEN_READONLY).
>
> You can also double check a statement makes no changes:
>
>  http://www.sqlite.org/c3ref/stmt_readonly.htmla
>
> Roger
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
>
> iEYEARECAAYFAk9sKu4ACgkQmOOfHg372QT/WgCeMahjkI40RyhgvltXMfpE/cax
> SPQAniSVzBeLj+KRIr33DyyOs/+RA0aa
> =opYb
> -----END PGP SIGNATURE-----
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to