chris23879 <[email protected]> wrote: > I'm tring to create a paging function in sqlite. Is it possible to declare > and use a variable in sqlite.
No. But since SQLite is embedded in your application, you can use variables in your host programming language. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

