[sqlite] segmentation fault error?

2006-04-06 Thread
Hi all, I just want to get the values of a table.The result implemented is "Open OK! segmentation fault ". Why did I got this result ? The following is my code: #include #include #include "sqlite3.h" main() { char **errmsg; int ret; int rc; sqlite3 *db; char

[sqlite] How do I install sqlite-odbc at ARM9 target board?

2006-03-21 Thread
Hi,all I just want to connect ASP and SQLite at ARM9 target board,but I don't known how to do it . Please help me! Thank you so much! __ 赶快注册雅虎超大容量免费邮箱? http://cn.mail.yahoo.com

[sqlite] help: there is some error

2006-03-21 Thread
hello everyone, I just want to test the connection between C and sqlite3, When I cross compile my program there is an error baffled me? There are my steps and the error: $arm-linux-gcc -o sqltest sqltest.c libsqlite.a usr/local/arm-linux/lib/libc.so.6: could not read

[sqlite] Do I have to install sqlite odbc driver if I want to use ASP to connect SQLite?

2006-03-20 Thread
Hi,all Do I have to install sqlite odbc driver if I want to use ASP to connect SQLite? If there are any available samples ,could you give me some? Thank you so much! - 雅虎1G免费邮箱百分百防垃圾信 雅虎助手-搜索、杀毒、防骚扰

[sqlite] How do I create a DATETIME field?

2006-03-20 Thread
Hi,all I created a DATETIME field in a table. So how do it automatically INSERT INTO datetime data to the DATETIME field? Thank you so much! zhangjie - 雅虎1G免费邮箱百分百防垃圾信

[sqlite] Do you have sqlite-3.1.5.tar.gz?

2006-03-14 Thread
Hi ryan bel brillo, Do you have sqlite-3.1.5.tar.gz? If you have , could you give me one? Thanks sincerely zhang jie ryan bel brillo <[EMAIL PROTECTED]> 写道: Hi zhang jie, I don���t think there was a problem on the creation and updating of the database. You see, I log every

[sqlite] why i can not open the new database i created at AT91ARM9200?

2006-03-14 Thread
Hi ryan bel brillo, I didn't see sql erro when I create database in linux , but there are thoes sql erroes when I created database in arm-linux after I ported sqlite2.8.17 on AT91ARM9200 successfully. Sqlite is embeddable database. Why can not it create database in arm-linux correctly

[sqlite] why i can not open the new database i created at AT91ARM9200?

2006-03-13 Thread
Hi ryan bel brillo, First of all,thank you for your reply. The problem is not a compatibility with database created in linux and windows . I downloaded source code sqlite-2.8.17.tar.gz through your website under windows OS. But I gunziped and cross-compiled it for