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

Reply via email to