If you change the table name to what?

Same # of chars?



Michael D. Black

Senior Scientist

NG Information Systems

Advanced Analytics Directorate



________________________________
From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on 
behalf of Moi (Ph RIO Biz) [m...@phrio.biz]
Sent: Monday, June 13, 2011 12:08 PM
To: General Discussion of SQLite Database
Subject: EXT :Re: [sqlite] A simple SELECT

If I change the table name it works.
I tryed the same query using SqLite3Explorer and it does not give any result
!

-----Message d'origine-----
From: Black, Michael (IS)
Sent: Monday, June 13, 2011 6:45 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] A simple SELECT

Oops...sorry...you're correct...been far too long since I've done assembler.



Are we to understand that if you simply give this table a different name it
works?

That seems to be what you said in your initial email.



Are you inserting records in the table in your assembler too?



Are you absolutly SURE the data is in the database you are opening in your
assembler code?

Can you give us a dump of that database?  And show in your code where you
open it?





Michael D. Black

Senior Scientist

NG Information Systems

Advanced Analytics Directorate



________________________________
From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on
behalf of Bogdan Ureche [bogdan...@gmail.com]
Sent: Monday, June 13, 2011 11:28 AM
To: General Discussion of SQLite Database
Subject: EXT :Re: [sqlite] A simple SELECT

I think this line is correct as it is:

INVOKE sqlite3_prepare_v2,__hSql,__lpszQuery,-1,eax,edx

The second parameter is __lpszQuery (the text of the query UTF-8 encoded).
The statement handle is returned at the address stored in eax and is
subsequently used when calling sqlite3_step.


Bogdan Ureche


_______________________________________________
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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to