On Mon, Feb 21, 2011 at 9:42 AM, Sam Carleton <scarle...@miltonstreet.com>wrote:

> On Sun, Feb 20, 2011 at 4:11 PM, Scott Hess <sh...@google.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to