how to retrive all list in database with Query

A place for users to ask each other questions, make suggestions, and discuss Bookends.
Post Reply
pinate
Posts: 5
Joined: Sun Nov 20, 2005 8:54 pm

how to retrive all list in database with Query

Post 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
Jon
Site Admin
Posts: 10073
Joined: Tue Jul 13, 2004 6:27 pm
Location: Bethesda, MD
Contact:

Post by Jon »

Hi,

One could do a query where

id > 0

or

uniqueID > 0

That would return all references.

Jon
Sonny Software
pinate
Posts: 5
Joined: Sun Nov 20, 2005 8:54 pm

Post by pinate »

Dear Jon,
That works for me.

regards,

PA
Post Reply