[
Lists Home |
Date Index |
Thread Index
]
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.
cheers
Didier PH Martin
|