Re: Using ASP Variables
Jeff North wrote:
[color=blue]
> You can not use client-side javascript to read data directly from
> a database.[/color]
Depends. There is no native support but an additional API using HTTP
requests could provide access to database on the server and another
one could provide that for a database on the client.
PointedEars
Jeff North wrote:
[color=blue]
> You can not use client-side javascript to read data directly from
> a database.[/color]
Depends. There is no native support but an additional API using HTTP
requests could provide access to database on the server and another
one could provide that for a database on the client.
PointedEars
Comment