On 23 May 2016, at 12:37am, Gary Ehrenfeld <gary at ehrenfelds.net> wrote:

> It works but how do I get it to work with an input statement so I can insert 
> it into the hive_type column in the hive table.

I don't see anything you did wrong.  Have it construct the <select> and 
<option> tags, View the Source of the page and look at the HTML it constructs.  
If you can't figure it out, break it into two test chunks:

One chunk makes a <select> and <options> from fixed text.  Don't do any SQLite.

One chunk reads the SQLite rows, but makes just displays them in <p> paragraphs.

Simon.

Reply via email to