[
Lists Home |
Date Index |
Thread Index
]
Didier PH Martin wrote:
>
> Hi John,
>
> John said:
> > http://www.example.com/dbs/sample?select+emp.name,dep.name+from+emp,dep+
> > where+emp.dep=dep.id+order+by+emp.name
> >
> > That seems quite readable (and certainly constructible) to me, and would
> > work fine.
>
> Didier replies:
> I agree that for simple sql requests the URL is fine. But if you want to use
> the full request capabilities wich are template based you'll have to go
> beyond the limits of the URL.
Please consider the comments relating to SQL over the Web at the bottom
of this document:
http://www.prescod.net/rest/rpc_for_get.html
Paul Prescod
|