Page 1 of 1

Gw to query last entry

Posted: Tue Sep 30, 1997 12:51 pm
by Thunderstone


Is there a way to get the last url entered into a database
using GW?





Gw to query last entry

Posted: Tue Sep 30, 1997 3:01 pm
by Thunderstone



That's a somewhat vague question. I'll assume you are using version 2.1.

To get the last Url added to the html table:
texis -s -d db -l 1 "select Url from html order by id desc"

To get the last Url issued to the gw command:
texis -s -d db -l 1 "select String from options where Name='URL' order by id desc"

See http://www.thunderstone.com/gw2man/node15.html for a description
of Webinator tables and http://www.thunderstone.com/texisman/node42.html
for more fun with SQL queries.



Gw to query last entry

Posted: Mon Nov 24, 1997 9:30 pm
by Thunderstone


At

http://www.thunderstone.com/webinator/help.html#qhelp

it talks about a "Within control".

Is that the same as the proximity drop-down on the standard webinator
search form? If so, how about making the help screen match the search
form?




Gw to query last entry

Posted: Tue Nov 25, 1997 10:25 am
by Thunderstone




Thanks for catching that. It will be amended soon.

Thunderstone