On Mon, Feb 21, 2011 at 9:42 AM, Sam Carleton <[email protected]>wrote:
> On Sun, Feb 20, 2011 at 4:11 PM, Scott Hess <[email protected]> wrote: > >> You can also convert: >> ATTACH DATABASE x AS y KEY z >> to: >> SELECT sqlite_attach(x, y, z) >> where the parameters can be turned into bind arguments. Then embedded >> quotes won't be an issue. >> > I am looking for some documentation on this notation, which I cannot find. The reason is the KEY part, I don't know what that is and I am not currenting use that part, so I am looking to figure out how to drop it. Sam _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

