Hello Biggs, this is Griggs,
Re: "Is there a way to read the values of a table directly without building and
executing a query. I have a function that has predefined memory..."
No easy way. The sophistication of database abstraction is the reason you
presumably chose to use sqlite.
Re: "I thought it might perform much [better] without all ..."
If you've measured this and the query truly takes too long, you might try
(in order):
1) trying to optimize the query (do you have ideal indexing, for instance?)
2) restructure your data/program
3) use a simple file rather than a database
Regards,
Donald Griggs
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users