Page 1 of 1

how to retrive all list in database with Query

Posted: Sun Nov 20, 2005 9:02 pm
by pinate
Hi all,
I am new to Bookend, so don't know much about SQLQuery/Query.
I want to allow user to access my database via web page which will shows all references.
I don't know how to query to get all reference list in the database. In the document, it looks like we have to fill at least one searching criteria like...

" http://localhost:2001?DB=myDB&SQlQuery=authors like ...."

But, my case is not to search, just retrieve all.

Could anyone please guide me?

Thanks

PA

Posted: Sun Nov 20, 2005 9:49 pm
by Jon
Hi,

One could do a query where

id > 0

or

uniqueID > 0

That would return all references.

Jon
Sonny Software

Posted: Sun Nov 20, 2005 10:39 pm
by pinate
Dear Jon,
That works for me.

regards,

PA