Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2004-08-12 21:37:22
Size: 191
Editor: limodou
Comment:
Revision 3 as of 2008-04-14 04:07:49
Size: 642
Editor: ChunlinZhang
Comment: 加上 sqlite 字符串参数需要 utf8 的注意事项
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[http://www.donews.net/limodou/archive/2004/07/05/37895.aspx PySqlite 简明教程]  * [http://www.donews.net/limodou/archive/2004/07/05/37895.aspx PySqlite 简明教程]
 * [http://www.donews.net/limodou/archive/2004/07/10/40733.aspx PySqlite 简明教程(续)]
 * [http://www.donews.net/limodou/archive/2005/06/14/429371.aspx 关于PySqlite 2.0的一些体会]
 * [http://www.donews.net/limodou/archive/2005/06/14/430149.aspx 一个使用pysqlite2的数据库备份小程序]
-- Limodou
Line 3: Line 7:
[http://www.donews.net/limodou/archive/2004/07/10/40733.aspx PySqlite 简明教程(续)] 使用注意事项:
Line 5: Line 9:
-- Limodou  * sqlite 里的字符串参数都要使用 utf8 的编码,包括数据库文件路径名等这样的参数.有一个[http://groups.google.com/group/python-cn/browse_thread/thread/9e6e53d7425603fd 例子].

-- Limodou

使用注意事项:

pySqlite (last edited 2009-12-25 07:16:04 by localhost)