AJAX and Pointbase tutorial?

The following tutorial shows how to grab name suggestions based on text typed so far from an input file, but does anyone here know of where I can find a similar tutorial, but instead of getting suggestions from an input file, the suggestions are retrieved from a database file using pointbase. ie. user types letters while AJAX at the same time goes through a database file using SQL statements such as, SELECT * from Names etc to show suggestions of words…

http://www.w3schools.com/ajax/ajax_example_suggest.asp